Package util
Class SimplePoint
java.lang.Object
util.SimplePoint
public class SimplePoint
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SimplePoint()SimplePoint(int x, int y)SimplePoint(SimplePoint p) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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()
-