public class Point2D extends java.lang.Object
This class is immutable
Point2D(double x, double y)
double
getX()
getY()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Point2D(double x, double y)
public double getX()
public double getY()
public java.lang.String toString()
toString
java.lang.Object