public class DummyPoint extends java.lang.Object implements java.lang.Cloneable
int
x
y
DummyPoint()
DummyPoint(int x, int y)
double
getX()
void
move(int x, int y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int x
public int y
public DummyPoint()
public DummyPoint(int x, int y)
public double getX()
public void move(int x, int y)