package figures; interface FigureElement { public void moveBy(int dx, int dy); }