|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--tools.DrawPadPlotter
Constructor Summary | |
DrawPadPlotter()
Creates new DrawPadPlotter |
Method Summary | |
void |
down()
downs the plotter virtual pen |
Point |
getCurrentPosition()
returns current X position of the pen. |
void |
moveTo(Point pos)
move the pen from current position to pos position. |
void |
up()
ups the plotter virtual pen. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DrawPadPlotter()
Method Detail |
public void up()
up
in interface Plotter
public void down()
down
in interface Plotter
public void moveTo(Point pos)
moveTo
in interface Plotter
pos
- new pen positionpublic Point getCurrentPosition()
getCurrentPosition
in interface Plotter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |