java.lang.ObjectInteraktionsbrett.Geo
Interaktionsbrett.Text
class Interaktionsbrett.Text
| 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 |
|---|
public Interaktionsbrett.Text(int x,
int y,
java.lang.String text)
| Method Detail |
|---|
public boolean istEnthalten(int x,
int y)
istEnthalten in class Interaktionsbrett.Geopublic void zeichnen(java.awt.Graphics2D g)
zeichnen in class Interaktionsbrett.Geo