de.thaw.ps1.blatt8
Class Aufgabe8_3

java.lang.Object
  extended by de.thaw.ps1.blatt8.Rechteck
      extended by de.thaw.ps1.blatt8.Aufgabe8_3

public class Aufgabe8_3
extends Rechteck

Blatt 8, Aufgabe 3: Javadoc

Author:
Arne Johannessen
See Also:
Rechteck, 8. Übungsblatt PS1

Constructor Summary
Aufgabe8_3(int laenge, int breite)
          Konstruktor.
 
Method Summary
 
Methods inherited from class de.thaw.ps1.blatt8.Rechteck
getBreite, getLaenge, getVolumen, isSquare, setBreite, setLaenge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aufgabe8_3

Aufgabe8_3(int laenge,
           int breite)
Konstruktor.

See Also:
Rechteck