Package | Description |
---|---|
info.monitorenter.gui.chart.labelformatters |
Contains
IAxisLabelFormatter implementations
of jchart2d that are used to format the labels on the axis of the chart. |
Modifier and Type | Class and Description |
---|---|
class |
LabelFormatterAutoUnits
A label formatter that adds an automatic choice of the unit SI prefix to a
decorated
IAxisLabelFormatter . |
class |
LabelFormatterDate
An ILabelFormatter instance that uses a
DateFormat to
format the labels. |
class |
LabelFormatterNumber
An ILabelFormatter that is based on a
NumberFormat |
class |
LabelFormatterSimple
An IlabelFormatter implementation that just returns
String.valueOf(value) . |
class |
LabelFormatterUnit
A label formatter that adds a constructor given
of the unit SI prefix to a decorated
. |
Constructor and Description |
---|
LabelFormatterAutoUnits(ALabelFormatter delegate)
Creates an instance that will add "unit-functionality" to the given
formatter.
|
LabelFormatterUnit(AUnit unit,
ALabelFormatter delegate)
Creates an instance that will add "unit-functionality" to the given
formatter.
|
Copyright © 2017. All rights reserved.