Class SimplePoint
java.lang.Object
util.SimplePoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int x -
y
public int y
-
-
Constructor Details
-
SimplePoint
public SimplePoint() -
SimplePoint
public SimplePoint(int x, int y) -
SimplePoint
-
-
Method Details
-
setX
public void setX(int x) -
getX
public int getX() -
setY
public void setY(int y) -
getY
public int getY()
-