|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberTickUnit | |
---|---|
org.jfree.chart.axis | Axis classes and interfaces. |
Uses of NumberTickUnit in org.jfree.chart.axis |
---|
Fields in org.jfree.chart.axis declared as NumberTickUnit | |
---|---|
static NumberTickUnit |
NumberAxis.DEFAULT_TICK_UNIT
The default tick unit. |
Methods in org.jfree.chart.axis that return NumberTickUnit | |
---|---|
NumberTickUnit |
NumberAxis.getTickUnit()
Returns the tick unit for the axis. |
NumberTickUnit |
LogAxis.getTickUnit()
Returns the current tick unit. |
Methods in org.jfree.chart.axis with parameters of type NumberTickUnit | |
---|---|
void |
NumberAxis.setTickUnit(NumberTickUnit unit)
Sets the tick unit for the axis and sends an AxisChangeEvent to
all registered listeners. |
void |
LogAxis.setTickUnit(NumberTickUnit unit)
Sets the tick unit for the axis and sends an AxisChangeEvent to
all registered listeners. |
void |
NumberAxis.setTickUnit(NumberTickUnit unit,
boolean notify,
boolean turnOffAutoSelect)
Sets the tick unit for the axis and, if requested, sends an AxisChangeEvent to all registered listeners. |
void |
LogAxis.setTickUnit(NumberTickUnit unit,
boolean notify,
boolean turnOffAutoSelect)
Sets the tick unit for the axis and, if requested, sends an AxisChangeEvent to all registered listeners. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |