|
Header
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TickUnitSource | |
---|---|
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 | |
---|---|
class |
StandardTickUnitSource
A source that can used by the NumberAxis class to obtain a
suitable TickUnit . |
class |
TickUnits
A collection of tick units, used by the DateAxis and
NumberAxis classes. |
Methods in org.jfree.chart.axis that return TickUnitSource | |
---|---|
static TickUnitSource |
NumberAxis.createIntegerTickUnits()
Returns a collection of tick units for integer values. |
static TickUnitSource |
NumberAxis.createIntegerTickUnits(java.util.Locale locale)
Returns a collection of tick units for integer values. |
static TickUnitSource |
LogAxis.createLogTickUnits(java.util.Locale locale)
Returns a collection of tick units for log (base 10) values. |
static TickUnitSource |
DateAxis.createStandardDateTickUnits()
Returns a collection of standard date tick units that uses the default time zone. |
static TickUnitSource |
DateAxis.createStandardDateTickUnits(java.util.TimeZone zone)
Deprecated. Since 1.0.11, use DateAxis.createStandardDateTickUnits(
TimeZone, Locale) to explicitly set the locale as well as the
time zone. |
static TickUnitSource |
DateAxis.createStandardDateTickUnits(java.util.TimeZone zone,
java.util.Locale locale)
Returns a collection of standard date tick units. |
static TickUnitSource |
NumberAxis.createStandardTickUnits()
Creates the standard tick units. |
static TickUnitSource |
NumberAxis.createStandardTickUnits(java.util.Locale locale)
Creates a collection of standard tick units. |
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 | |
---|---|
void |
ValueAxis.setStandardTickUnits(TickUnitSource source)
Sets the source for obtaining standard tick units for the axis and sends an AxisChangeEvent to all registered listeners. |
Constructors in org.jfree.chart.axis with parameters of type TickUnitSource | |
---|---|
ValueAxis(java.lang.String label,
TickUnitSource standardTickUnits)
Constructs a value axis. |
|
Footer
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |