Uses of Class org.jfree.chart.axis.NumberTickUnit

Uses in package org.jfree.chart.axis

Fields of type org.jfree.chart.axis.NumberTickUnit

NumberTickUnit
The default tick unit.

Methods with parameter type org.jfree.chart.axis.NumberTickUnit

void
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.

Methods with return type org.jfree.chart.axis.NumberTickUnit

NumberTickUnit
Returns the tick unit for the axis.