| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.chart.axis.StandardTickUnitSourceNumberAxis class to obtain a
suitable TickUnit. Instances of this class are Serializable
from version 1.0.7 onwards. Cloning is not supported, because instances
are immutable.
Constructor Summary | |
| |
Method Summary | |
boolean |
|
TickUnit |
|
TickUnit |
|
TickUnit |
|
int |
|
public boolean equals(Object obj)
Tests this instance for equality with an arbitrary object.
- Parameters:
obj- the object (nullpermitted).
- Returns:
- A boolean.
public TickUnit getCeilingTickUnit(double size)
Returns the tick unit in the collection that is greater than or equal to the specified size.
- Specified by:
- getCeilingTickUnit in interface TickUnitSource
- Parameters:
size- the size.
- Returns:
- A unit from the collection.
public TickUnit getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.
- Specified by:
- getCeilingTickUnit in interface TickUnitSource
- Parameters:
unit- the unit (nullnot permitted).
- Returns:
- A unit from the collection.
public TickUnit getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit.
- Specified by:
- getLargerTickUnit in interface TickUnitSource
- Parameters:
unit- the unit (nullnot permitted).
- Returns:
- A tick unit that is larger than the supplied unit.