Uses of Interface
org.jfree.chart.axis.TickUnitSource
| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
-
Uses of TickUnitSource in org.jfree.chart.axis
Classes in org.jfree.chart.axis that implement TickUnitSource Modifier and Type Class Description classNumberTickUnitSourceA tick unit source implementation that returns NumberTickUnit instances that are multiples of 1, 2 or 5 times some power of 10.classStandardTickUnitSourceA source that can used by theNumberAxisclass to obtain a suitableTickUnit.classTickUnitsA collection of tick units, used by theDateAxisandNumberAxisclasses.Methods in org.jfree.chart.axis that return TickUnitSource Modifier and Type Method Description static TickUnitSourceNumberAxis. createIntegerTickUnits()Returns a collection of tick units for integer values.static TickUnitSourceNumberAxis. createIntegerTickUnits(Locale locale)Returns a collection of tick units for integer values.static TickUnitSourceDateAxis. createStandardDateTickUnits()Returns a collection of standard date tick units that uses the default time zone.static TickUnitSourceDateAxis. createStandardDateTickUnits(TimeZone zone, Locale locale)Returns a collection of standard date tick units.static TickUnitSourceNumberAxis. createStandardTickUnits()Creates the standard tick units.static TickUnitSourceNumberAxis. createStandardTickUnits(Locale locale)Creates a collection of standard tick units.TickUnitSourceValueAxis. getStandardTickUnits()Returns the source for obtaining standard tick units for the axis.Methods in org.jfree.chart.axis with parameters of type TickUnitSource Modifier and Type Method Description voidValueAxis. setStandardTickUnits(TickUnitSource source)Sets the source for obtaining standard tick units for the axis and sends anAxisChangeEventto all registered listeners.Constructors in org.jfree.chart.axis with parameters of type TickUnitSource Constructor Description ValueAxis(String label, TickUnitSource standardTickUnits)Constructs a value axis.