Serializable
public class Point extends Object implements Serializable
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 void setX(double x)
public double getY()
public void setY(double y)
public String toString()
toString
Object