public class DummyPoint
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description | 
|---|
| DummyPoint() | 
| DummyPoint(int x,
          int y) | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getX() | 
| void | move(int x,
    int y) |