Method Summary |
|
public boolean | equals(Object object) Compares this graduation with the specified object for equality. |
public Format | getFormat() Returns the format to use for formatting labels. |
public double | getMaximum() Returns the maximal value for this graduation. |
public double | getMinimum() Returns the minimal value for this graduation. |
public synchronized double | getRange() Returns the graduation's range. |
String | getSymbol() Returns a string representation of the time zone for this graduation. |
public synchronized TickIterator | getTickIterator(RenderingHints hints, TickIterator reuse) Returns an iterator object that iterates along the graduation ticks
and provides access to the graduation values. |
public TimeZone | getTimeZone() Returns the timezone for this graduation. |
public int | hashCode() Returns a hash value for this graduation. |
public synchronized boolean | setMaximum(Date time) Set the maximum value for this graduation. |
final public synchronized boolean | setMaximum(double value) Set the maximum value as a real number. |
public synchronized boolean | setMinimum(Date time) Set the minimum value for this graduation. |
final public synchronized boolean | setMinimum(double value) Set the minimum value as a real number. |
public void | setTimeZone(TimeZone timezone) Sets the time zone for this graduation. |
public void | setUnit(Unit unit) Changes the graduation's units. |