Class Interaktionsbrett.Text
java.lang.Object
Interaktionsbrett.Geo
Interaktionsbrett.Text
- Enclosing class:
- Interaktionsbrett
class Interaktionsbrett.Text extends Interaktionsbrett.Geo
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Text(int x, int y, java.lang.String text)
-
Method Summary
Modifier and Type Method Description boolean
istEnthalten(int x1, int y1)
void
zeichnen(java.awt.Graphics2D g)
-
Constructor Details
-
Text
public Text(int x, int y, java.lang.String text)
-
-
Method Details
-
istEnthalten
public boolean istEnthalten(int x1, int y1)- Specified by:
istEnthalten
in classInteraktionsbrett.Geo
-
zeichnen
public void zeichnen(java.awt.Graphics2D g)- Specified by:
zeichnen
in classInteraktionsbrett.Geo
-