Class DummyPoint
java.lang.Object
DummyPoint
- All Implemented Interfaces:
- Cloneable
public class DummyPoint
- extends Object
- implements Cloneable
Field Summary |
int |
x
|
int |
y
|
Method Summary |
double |
getX()
|
void |
move(int x,
int y)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public int x
y
public int y
DummyPoint
public DummyPoint()
DummyPoint
public DummyPoint(int x,
int y)
getX
public double getX()
move
public void move(int x,
int y)