Uses of Class
org.jfree.chart.axis.NumberTickUnit
-
Uses of NumberTickUnit in org.jfree.chart.axis
Modifier and TypeFieldDescriptionstatic final NumberTickUnit
NumberAxis.DEFAULT_TICK_UNIT
The default tick unit.Modifier and TypeMethodDescriptionLogAxis.getTickUnit()
Returns the current tick unit.NumberAxis.getTickUnit()
Returns the tick unit for the axis.Modifier and TypeMethodDescriptionvoid
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.