| org.jfree.chart.axis.TickUnitSource
All known Subclasses: org.jfree.chart.axis.StandardTickUnitSource, org.jfree.chart.axis.TickUnits,
Method Summary | |
public TickUnit | getCeilingTickUnit(TickUnit unit) Returns the tick unit in the collection that is greater than or equal
to (in size) the specified unit.
Parameters: unit - the unit. | public TickUnit | getCeilingTickUnit(double size) Returns the tick unit in the collection that is greater than or equal
to the specified size.
Parameters: size - the size. | public TickUnit | getLargerTickUnit(TickUnit unit) Returns a tick unit that is larger than the supplied unit.
Parameters: unit - the unit. |
getCeilingTickUnit | public TickUnit getCeilingTickUnit(TickUnit unit)(Code) | | Returns the tick unit in the collection that is greater than or equal
to (in size) the specified unit.
Parameters: unit - the unit. A unit from the collection. |
getCeilingTickUnit | public TickUnit getCeilingTickUnit(double size)(Code) | | Returns the tick unit in the collection that is greater than or equal
to the specified size.
Parameters: size - the size. A unit from the collection. |
getLargerTickUnit | public TickUnit getLargerTickUnit(TickUnit unit)(Code) | | Returns a tick unit that is larger than the supplied unit.
Parameters: unit - the unit. A tick unit that is larger than the supplied unit. |
|
|