Uses of Interface
org.jfree.chart.axis.TickUnitSource
Packages that use TickUnitSource
-
Uses of TickUnitSource in org.jfree.chart.axis
Classes in org.jfree.chart.axis that implement TickUnitSourceModifier and TypeClassDescriptionclass
A tick unit source implementation that returns NumberTickUnit instances that are multiples of 1, 2 or 5 times some power of 10.class
A source that can used by theNumberAxis
class to obtain a suitableTickUnit
.class
A collection of tick units, used by theDateAxis
andNumberAxis
classes.Methods in org.jfree.chart.axis that return TickUnitSourceModifier and TypeMethodDescriptionstatic TickUnitSource
NumberAxis.createIntegerTickUnits()
Returns a collection of tick units for integer values.static TickUnitSource
NumberAxis.createIntegerTickUnits
(Locale locale) Returns a collection of tick units for integer values.static TickUnitSource
DateAxis.createStandardDateTickUnits()
Returns a collection of standard date tick units that uses the default time zone.static TickUnitSource
DateAxis.createStandardDateTickUnits
(TimeZone zone, Locale locale) Returns a collection of standard date tick units.static TickUnitSource
NumberAxis.createStandardTickUnits()
Creates the standard tick units.static TickUnitSource
NumberAxis.createStandardTickUnits
(Locale locale) Creates a collection of standard tick units.ValueAxis.getStandardTickUnits()
Returns the source for obtaining standard tick units for the axis.Methods in org.jfree.chart.axis with parameters of type TickUnitSourceModifier and TypeMethodDescriptionvoid
ValueAxis.setStandardTickUnits
(TickUnitSource source) Sets the source for obtaining standard tick units for the axis and sends anAxisChangeEvent
to all registered listeners.Constructors in org.jfree.chart.axis with parameters of type TickUnitSourceModifierConstructorDescriptionprotected
ValueAxis
(String label, TickUnitSource standardTickUnits) Constructs a value axis.