Class Rechteck
java.lang.Object
Rechteck
public class Rechteck
- extends Object
Constructor Summary |
Rechteck()
|
Rechteck(int linksStart,
int obenStart,
int breiteStart,
int hoeheStart)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rechteck
public Rechteck()
Rechteck
public Rechteck(int linksStart,
int obenStart,
int breiteStart,
int hoeheStart)
gibUmfang
public int gibUmfang()
setzeLinksNeu
public void setzeLinksNeu(int linksNeu)
sezteMasse
public void sezteMasse(int breiteNeu,
int hoeheNeu)
zeichnen
public void zeichnen()