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 class
DateTickUnit
A tick unit for use by subclasses ofDateAxis
.class
NumberTickUnit
A numerical tick unit.class
SymbolicTickUnit
A symbolic tick unit.Methods in org.jfree.chart.axis that return TickUnit Modifier and Type Method Description TickUnit
TickUnits. get(int pos)
Returns the tickunit on the given position.TickUnit
StandardTickUnitSource. getCeilingTickUnit(double size)
Returns the tick unit in the collection that is greater than or equal to the specified size.TickUnit
StandardTickUnitSource. getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnit
TickUnits. getCeilingTickUnit(double size)
Returns the tick unit in the collection that is greater than or equal to the specified size.TickUnit
TickUnits. getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnit
TickUnitSource. getCeilingTickUnit(double size)
Returns the tick unit in the collection that is greater than or equal to the specified size.TickUnit
TickUnitSource. getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnit
StandardTickUnitSource. getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit.TickUnit
TickUnits. getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit.TickUnit
TickUnitSource. 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 void
TickUnits. add(TickUnit unit)
Adds a tick unit to the collection.TickUnit
StandardTickUnitSource. getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnit
TickUnits. getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnit
TickUnitSource. getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnit
StandardTickUnitSource. getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit.TickUnit
TickUnits. getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit.TickUnit
TickUnitSource. getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit.