interface GeoSchnittstelle{ public final static double pi = Math.PI; double umfang(); double flaeche(); void verschieben (int dx, int dy); void verschieben (int delta); }