Uses of Interface org.jfree.chart.axis.TickUnitSource

Uses in package org.jfree.chart.axis

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

ValueAxis.ValueAxis(String label, TickUnitSource standardTickUnits)
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
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
Returns a collection of standard date tick units.
TickUnitSource
Creates the standard tick units.
TickUnitSource
Creates a collection of standard tick units.
TickUnitSource
Returns the source for obtaining standard tick units for the axis.