Package shapes
Interface Movable
-
- All Known Implementing Classes:
Circle,HexagonAdapter,Line,Point,Rectangle,Shape,Square,SurfaceShape
public interface MovableInterface that implement all shapes because all shapes can be moved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmoveTo(int x, int y)
-