public class SPoint extends Object
SPoint(int x, int y)
int
getX()
getY()
SPoint
set(int x, int y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SPoint(int x, int y)
x
y
public int getX()
public int getY()
public SPoint set(int x, int y)