Class Interaktionsbrett.Text

java.lang.Object
  extended by Interaktionsbrett.Geo
      extended by Interaktionsbrett.Text
Enclosing class:
Interaktionsbrett

 class Interaktionsbrett.Text
extends Interaktionsbrett.Geo


Field Summary
 
Fields inherited from class Interaktionsbrett.Geo
x, y
 
Constructor Summary
Interaktionsbrett.Text(int x, int y, java.lang.String text)
           
 
Method Summary
 boolean istEnthalten(int x, int y)
           
 void zeichnen(java.awt.Graphics2D g)
           
 
Methods inherited from class Interaktionsbrett.Geo
getX, getY, setX, setY, verschieben
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interaktionsbrett.Text

public Interaktionsbrett.Text(int x,
                              int y,
                              java.lang.String text)
Method Detail

istEnthalten

public boolean istEnthalten(int x,
                            int y)
Specified by:
istEnthalten in class Interaktionsbrett.Geo

zeichnen

public void zeichnen(java.awt.Graphics2D g)
Specified by:
zeichnen in class Interaktionsbrett.Geo