|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TickUnitSource
An interface used by the DateAxis
and NumberAxis
classes to
obtain a suitable TickUnit
.
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. |
Method Detail |
---|
TickUnit getLargerTickUnit(TickUnit unit)
unit
- the unit.
TickUnit getCeilingTickUnit(TickUnit unit)
unit
- the unit.
TickUnit getCeilingTickUnit(double size)
size
- the size.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |