Class Interaktionsbrett.Linie
java.lang.Object
Interaktionsbrett.Geo
Interaktionsbrett.Linie
- Enclosing class:
- Interaktionsbrett
class Interaktionsbrett.Linie
- extends Interaktionsbrett.Geo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interaktionsbrett.Linie
public Interaktionsbrett.Linie(int x,
int y,
int x2,
int y2)
istEnthalten
public boolean istEnthalten(int x,
int y)
- Specified by:
istEnthalten
in class Interaktionsbrett.Geo
verschieben
public void verschieben(int dx,
int dy)
- Overrides:
verschieben
in class Interaktionsbrett.Geo
zeichnen
public void zeichnen(java.awt.Graphics2D g)
- Specified by:
zeichnen
in class Interaktionsbrett.Geo