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 class
StandardTickUnitSource
A source that can used by theNumberAxis
class to obtain a suitableTickUnit
.class
TickUnits
A collection of tick units.Methods in org.jfree.chart.axis that return TickUnitSource Modifier and Type Method Description static 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
TickUnits. createIntegerTickUnits()
Deprecated.this method has been moved to the NumberAxis class.static TickUnitSource
TickUnits. createIntegerTickUnits(Locale locale)
Deprecated.this method has been moved to the NumberAxis class.static TickUnitSource
DateAxis. createStandardDateTickUnits()
Returns a collection of standard date tick units that uses the default time zone.static TickUnitSource
DateAxis. createStandardDateTickUnits(TimeZone zone)
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.static TickUnitSource
TickUnits. createStandardTickUnits()
Deprecated.this method has been moved to the NumberAxis class.static TickUnitSource
TickUnits. createStandardTickUnits(Locale locale)
Deprecated.this method has been moved to the NumberAxis class.TickUnitSource
ValueAxis. 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 void
ValueAxis. setStandardTickUnits(TickUnitSource source)
Sets the source for obtaining standard tick units for the axis and sends anAxisChangeEvent
to all registered listeners.