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
x, y
 
Constructor Summary
Interaktionsbrett.Text(int x, int y, java.lang.String text)
           
 
Method Summary
 boolean istEnthalten(int x1, int y1)
           
 void zeichnen(java.awt.Graphics2D g)
           
 
Methods inherited from class
getX, getY, setX, setY, verschieben
 
Methods inherited from class
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 x1,
                            int y1)
Specified by:
istEnthalten in class Interaktionsbrett.Geo

zeichnen

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