public final class Point extends Object
Point()
Point(float x, float y)
float
getX()
getY()
void
setX(float x)
setY(float y)
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point()
public Point(float x, float y)
public float getX()
public float getY()
public void setX(float x)
public void setY(float y)