interface Verschiebbar{ void moveX(int d); void moveY(int d); }