public class Point2D extends java.lang.Object
Point2D()
Point2D(double y, double x)
double
getX()
getY()
void
setX(double x)
setY(double y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point2D()
public Point2D(double y, double x)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)