public abstract class Point2D
extends Object
The Class Point2D.
-
-
Constructor Summary
Constructors
-
Method Summary
-
-
-
Method Details
-
-
getX
Gets the x.
- Returns:
- the x
-
setX
public void setX
(Unit x)
Sets the x.
- Parameters:
x - the new x
-
getY
Gets the y.
- Returns:
- the y
-
setY
public void setY
(Unit y)
Sets the y.
- Parameters:
y - the new y