Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.axis |
Contains
IAxis implementations
of jchart2d that model the axis of the chart. |
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 | Method and Description |
---|---|
IAxisLabelFormatter |
IAxis.getFormatter()
Returns the formatter for labels.
|
Modifier and Type | Method and Description |
---|---|
void |
IAxis.setFormatter(IAxisLabelFormatter formatter)
Sets the formatter to use for labels.
|
Modifier and Type | Field and Description |
---|---|
protected IAxisLabelFormatter |
AAxis.m_formatter
Formatting of the labels.
|
Modifier and Type | Method and Description |
---|---|
IAxisLabelFormatter |
AAxis.getFormatter() |
Modifier and Type | Method and Description |
---|---|
void |
AAxis.setFormatter(IAxisLabelFormatter formatter)
Sets the formatter to use for labels.
|
Constructor and Description |
---|
AAxis(IAxisLabelFormatter formatter,
T scalePolicy)
Constructor that uses the given label formatter for formatting labels.
|
AAxisTransformation(IAxisLabelFormatter formatter,
T scalePolicy)
Creates an instance that will the given label formatter for formatting
labels.
|
AxisInverse(IAxisLabelFormatter formatter,
T scalePolicy)
Constructor that uses the given label formatter for formatting labels.
|
AxisLinear(IAxisLabelFormatter formatter)
Constructor that uses the given label formatter for formatting labels.
|
AxisLinear(IAxisLabelFormatter formatter,
T scalePolicy)
Constructor that uses the given label formatter for formatting labels along with the given
scale policy.
|
AxisLog10(IAxisLabelFormatter formatter,
T scalePolicy)
Constructor that uses the given label formatter for formatting labels.
|
AxisLogE(IAxisLabelFormatter formatter,
T scalePolicy)
Creates an instance that will the given label formatter for formatting
labels.
|
Modifier and Type | Class and Description |
---|---|
class |
ALabelFormatter
A label formatter that is aware of the
AAxis it formats label for. |
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
. |
Copyright © 2018. All rights reserved.