Method Summary |
|
public void | cursorDown(double units) Moves the cursor down by the specified number of Java 2D units. |
public void | cursorLeft(double units) Moves the cursor left by the specified number of Java 2D units. |
public void | cursorRight(double units) Moves the cursor right by the specified number of Java 2D units. |
public void | cursorUp(double units) Moves the cursor up by the specified number of Java 2D units. |
public double | getCursor() Returns the cursor position. |
public double | getMax() Returns the maximum width/height. |
public List | getTicks() Returns the list of ticks. |
public void | moveCursor(double units, RectangleEdge edge) Moves the cursor outwards by the specified number of units. |
public void | setCursor(double cursor) Sets the cursor position. |
public void | setMax(double max) Sets the maximum width/height. |
public void | setTicks(List ticks) Sets the list of ticks. |