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