org.jfree.chart.axis
public class StandardTickUnitSource extends Object implements TickUnitSource
Method Summary | |
---|---|
TickUnit | getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal
to (in size) the specified unit.
|
TickUnit | getCeilingTickUnit(double size)
Returns the tick unit in the collection that is greater than or equal
to the specified size.
|
TickUnit | getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit.
|
Parameters: unit the unit (null
not permitted).
Returns: A unit from the collection.
Parameters: size the size.
Returns: A unit from the collection.
Parameters: unit the unit (null
not permitted).
Returns: A tick unit that is larger than the supplied unit.