Uses of Class
org.jfree.chart.axis.NumberTickUnit
-
Packages that use NumberTickUnit Package Description 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 Modifier and Type Field Description static NumberTickUnit
NumberAxis. DEFAULT_TICK_UNIT
The default tick unit.private NumberTickUnit
LogAxis. tickUnit
The current tick unit.private NumberTickUnit
NumberAxis. tickUnit
The tick unit for the axis.Methods in org.jfree.chart.axis that return NumberTickUnit Modifier and Type Method Description NumberTickUnit
LogAxis. getTickUnit()
Returns the current tick unit.NumberTickUnit
NumberAxis. getTickUnit()
Returns the tick unit for the axis.Methods in org.jfree.chart.axis with parameters of type NumberTickUnit Modifier and Type Method Description void
LogAxis. setTickUnit(NumberTickUnit unit)
Sets the tick unit for the axis and sends anAxisChangeEvent
to all registered listeners.void
LogAxis. setTickUnit(NumberTickUnit unit, boolean notify, boolean turnOffAutoSelect)
Sets the tick unit for the axis and, if requested, sends anAxisChangeEvent
to all registered listeners.void
NumberAxis. setTickUnit(NumberTickUnit unit)
Sets the tick unit for the axis and sends anAxisChangeEvent
to all registered listeners.void
NumberAxis. setTickUnit(NumberTickUnit unit, boolean notify, boolean turnOffAutoSelect)
Sets the tick unit for the axis and, if requested, sends anAxisChangeEvent
to all registered listeners.
-