public class Position
extends java.lang.Object
Constructor and Description |
---|
Position() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getX()
Gets the x.
|
java.lang.Double |
getY()
Gets the y.
|
void |
setX(java.lang.Double x)
Sets the x.
|
void |
setY(java.lang.Double y)
Sets the y.
|