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