org.jfree.chart.axis
Interface TickUnitSource
- StandardTickUnitSource, TickUnits
getCeilingTickUnit
public TickUnit getCeilingTickUnit(double size)
Returns the tick unit in the collection that is greater than or equal
to the specified size.
- A unit from the collection.
getCeilingTickUnit
public TickUnit getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal
to (in size) the specified unit.
- A unit from the collection.
getLargerTickUnit
public TickUnit getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit.
- A tick unit that is larger than the supplied unit.