Method Summary |
|
public void | add(TickUnit unit) Adds a tick unit to the collection. |
public Object | clone() Returns a clone of the collection. |
public boolean | equals(Object object) Tests an object for equality with this instance.
Parameters: object - the object to test. |
public TickUnit | get(int pos) Returns the tickunit on the given position.
This method is required for the XML writer.
Parameters: pos - the position in the list. |
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. |
public int | size() Returns the number of tick units in this collection. |