org.jfree.chart.axis
public interface TickUnitSource
Modifier and Type | Method and Description |
---|---|
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.
|
TickUnit getLargerTickUnit(TickUnit unit)
unit
- the unit.TickUnit getCeilingTickUnit(TickUnit unit)
unit
- the unit.TickUnit getCeilingTickUnit(double size)
size
- the size.Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.