AbstractDriver
, LoggerDriver
public interface Job2dDriver
Modifier and Type | Method | Description |
---|---|---|
void |
operateTo(int x,
int y) |
Moves the head (in active mode) to the given coordinates.
|
void |
setPosition(int x,
int y) |
Changes the head coordinates (in passive mode).
|
void setPosition(int x, int y)
x
- new position on the X axis.y
- new position on the Y axis.void operateTo(int x, int y)
x
- end of the line in X axis.y
- end of the line in Y axis.