|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.axis.StandardTickUnitSource
A source that can used by the NumberAxis
class to obtain a
suitable TickUnit
.
Constructor Summary | |
StandardTickUnitSource()
|
Method Summary | |
TickUnit |
getCeilingTickUnit(double size)
Returns the tick unit in the collection that is greater than or equal to the specified size. |
TickUnit |
getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit. |
TickUnit |
getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StandardTickUnitSource()
Method Detail |
public TickUnit getLargerTickUnit(TickUnit unit)
getLargerTickUnit
in interface TickUnitSource
unit
- the unit.
public TickUnit getCeilingTickUnit(TickUnit unit)
getCeilingTickUnit
in interface TickUnitSource
unit
- the unit.
public TickUnit getCeilingTickUnit(double size)
getCeilingTickUnit
in interface TickUnitSource
size
- the size.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |