public class Position
extends java.lang.Object
Constructor and Description |
---|
Position(double x,
double y) |
Modifier and Type | Method and Description |
---|---|
double |
getX() |
double |
getY() |
void |
setX(double x) |
void |
setY(double y) |
java.lang.String |
toString() |