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