Uses of Class
org.jfree.chart.axis.NumberTickUnit
| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
-
Uses of NumberTickUnit in org.jfree.chart.axis
Subclasses of NumberTickUnit in org.jfree.chart.axis Modifier and Type Class Description classSymbolicTickUnitA symbolic tick unit.Fields in org.jfree.chart.axis declared as NumberTickUnit Modifier and Type Field Description static NumberTickUnitNumberAxis. DEFAULT_TICK_UNITThe default tick unit.Methods in org.jfree.chart.axis that return NumberTickUnit Modifier and Type Method Description NumberTickUnitNumberAxis. getTickUnit()Returns the tick unit for the axis.Methods in org.jfree.chart.axis with parameters of type NumberTickUnit Modifier and Type Method Description 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.