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