Class DummyPoint
- java.lang.Object
- 
- DummyPoint
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable
 
 public class DummyPoint extends java.lang.Object implements java.lang.Cloneable
- 
- 
Constructor SummaryConstructors Constructor Description DummyPoint()DummyPoint(int x, int y)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetX()voidmove(int x, int y)
 
-