Class Interaktionsbrett.Rechteck
java.lang.Object
Interaktionsbrett.Geo
Interaktionsbrett.Rechteck
- Enclosing class:
- Interaktionsbrett
class Interaktionsbrett.Rechteck
- extends Interaktionsbrett.Geo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interaktionsbrett.Rechteck
public Interaktionsbrett.Rechteck(int x,
int y,
int breite,
int hoehe)
getBreite
public int getBreite()
getHoehe
public int getHoehe()
istEnthalten
public boolean istEnthalten(int x,
int y)
- Specified by:
istEnthalten
in class Interaktionsbrett.Geo
setBreite
public void setBreite(int breite)
setHoehe
public void setHoehe(int hoehe)
zeichnen
public void zeichnen(java.awt.Graphics2D g)
- Specified by:
zeichnen
in class Interaktionsbrett.Geo