Uses of Class
org.jfree.chart.axis.NumberTickUnit
Packages that use NumberTickUnit
-
Uses of NumberTickUnit in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as NumberTickUnitModifier and TypeFieldDescriptionstatic final NumberTickUnitNumberAxis.DEFAULT_TICK_UNITThe default tick unit.Methods in org.jfree.chart.axis that return NumberTickUnitModifier and TypeMethodDescriptionLogAxis.getTickUnit()Returns the current tick unit.NumberAxis.getTickUnit()Returns the tick unit for the axis.Methods in org.jfree.chart.axis with parameters of type NumberTickUnitModifier and TypeMethodDescriptionvoidLogAxis.setTickUnit(NumberTickUnit unit) Sets the tick unit for the axis and sends anAxisChangeEventto all registered listeners.voidLogAxis.setTickUnit(NumberTickUnit unit, boolean notify, boolean turnOffAutoSelect) Sets the tick unit for the axis and, if requested, sends anAxisChangeEventto all registered listeners.voidNumberAxis.setTickUnit(NumberTickUnit unit) Sets the tick unit for the axis and sends anAxisChangeEventto all registered listeners.voidNumberAxis.setTickUnit(NumberTickUnit unit, boolean notify, boolean turnOffAutoSelect) Sets the tick unit for the axis and, if requested, sends anAxisChangeEventto all registered listeners.