Uses of Class
org.jfree.chart.axis.TickUnit
| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
-
Uses of TickUnit in org.jfree.chart.axis
Subclasses of TickUnit in org.jfree.chart.axis Modifier and Type Class Description classDateTickUnitA tick unit for use by subclasses ofDateAxis.classNumberTickUnitA numerical tick unit.classSymbolicTickUnitA symbolic tick unit.Methods in org.jfree.chart.axis that return TickUnit Modifier and Type Method Description TickUnitTickUnits. get(int pos)Returns the tickunit on the given position.TickUnitStandardTickUnitSource. getCeilingTickUnit(double size)Returns the tick unit in the collection that is greater than or equal to the specified size.TickUnitStandardTickUnitSource. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitTickUnits. getCeilingTickUnit(double size)Returns the tick unit in the collection that is greater than or equal to the specified size.TickUnitTickUnits. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitTickUnitSource. getCeilingTickUnit(double size)Returns the tick unit in the collection that is greater than or equal to the specified size.TickUnitTickUnitSource. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitStandardTickUnitSource. getLargerTickUnit(TickUnit unit)Returns a tick unit that is larger than the supplied unit.TickUnitTickUnits. getLargerTickUnit(TickUnit unit)Returns a tick unit that is larger than the supplied unit.TickUnitTickUnitSource. getLargerTickUnit(TickUnit unit)Returns a tick unit that is larger than the supplied unit.Methods in org.jfree.chart.axis with parameters of type TickUnit Modifier and Type Method Description voidTickUnits. add(TickUnit unit)Adds a tick unit to the collection.TickUnitStandardTickUnitSource. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitTickUnits. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitTickUnitSource. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitStandardTickUnitSource. getLargerTickUnit(TickUnit unit)Returns a tick unit that is larger than the supplied unit.TickUnitTickUnits. getLargerTickUnit(TickUnit unit)Returns a tick unit that is larger than the supplied unit.TickUnitTickUnitSource. getLargerTickUnit(TickUnit unit)Returns a tick unit that is larger than the supplied unit.