public class Point extends java.lang.Object implements java.io.Serializable
Point()
Point(int x, int y)
int
getX()
getY()
void
setX(int x)
setY(int y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point()
public Point(int x, int y)
public int getX()
public int getY()
public void setX(int x)
public void setY(int y)