Interface | Description |
---|---|
ICategoryLabelProvider |
Interface to define a LabelProvider for category axes
|
ILabelFormatter<T extends IAxis> |
Defines the interface to a label formatter which is used by
FormatterLabelProviderBase |
ILabelProvider |
Interface to define a LabelProvider.
|
Class | Description |
---|---|
CategoryLabelProviderBase<T extends CategoryAxisBase> |
Defines a base class for label provider used by category axes.
|
DateLabelFormatter |
Defines a default label formatter which is used by
DateLabelProvider |
DateLabelProvider |
The DateLabelProvider is a pass-through which uses the
IAxisCore.getTextFormatting() and IAxisCore.getCursorTextFormatting() properties
to format axis and cursor label texts |
FormatterLabelProviderBase<T extends IAxis> |
A base to defines a LabelProvider which uses
ILabelFormatter to format its labels |
LabelProviderBase<T extends IAxis> |
A base class to define a LabelProvider.
|
LogarithmicNumericLabelFormatter |
Default
ILabelFormatter implementation for LogarithmicNumericAxis |
LogarithmicNumericLabelProvider |
The LogarithmicNumericLabelProvider is a pass-through which uses the
IAxisCore.getTextFormatting() and IAxisCore.getCursorTextFormatting() properties
to format axis and cursor label texts |
LogBaseNumericLabelFormatter |
THe
ILabelFormatter implementation which formats label with power of LogarithmicNumericAxis.getLogarithmicBase() |
NumericLabelFormatter |
Default
ILabelFormatter implementation for NumericAxis |
NumericLabelFormatterBase<T extends NumericAxis> |
Base class for
ILabelFormatter for NumericAxis and its subclasses |
NumericLabelProvider |
The NumericLabelProvider is a pass-through which uses the
IAxisCore.getTextFormatting() and IAxisCore.getCursorTextFormatting() properties
to format axis and cursor label texts |
ScientificNumericLabelFormatter<T extends NumericAxis> |
The
ILabelFormatter implementation which formats label with normalized (scientific) or engineering notation |
SimpleNumericLabelFormatter<T extends NumericAxis> |
Defines a default label formatter which is used by
NumericLabelProvider |
TradeChartAxisLabelFormatter |
Defines a default label formatter which is used by
TradeChartAxisLabelProvider |
TradeChartAxisLabelProvider |
Default label provider which is used by
CategoryDateAxis class |