Frames | No Frames |
Classes implementing org.jfree.chart.axis.TickUnitSource | |
class | A source that can used by the NumberAxis class to obtain a
suitable TickUnit . |
class | A collection of tick units, used by the DateAxis and
NumberAxis classes. |
Constructors with parameter type org.jfree.chart.axis.TickUnitSource | |
Constructs a value axis. |
Methods with parameter type org.jfree.chart.axis.TickUnitSource | |
void | Sets the source for obtaining standard tick units for the axis and sends
an AxisChangeEvent to all registered listeners. |
Methods with return type org.jfree.chart.axis.TickUnitSource | |
TickUnitSource | Returns a collection of tick units for integer values. |
TickUnitSource | NumberAxis.createIntegerTickUnits(Locale locale) Returns a collection of tick units for integer values. |
TickUnitSource | Returns a collection of standard date tick units that uses the default
time zone. |
TickUnitSource | DateAxis.createStandardDateTickUnits(TimeZone zone) Returns a collection of standard date tick units. |
TickUnitSource | Creates the standard tick units. |
TickUnitSource | NumberAxis.createStandardTickUnits(Locale locale) Creates a collection of standard tick units. |
TickUnitSource | Returns the source for obtaining standard tick units for the axis. |