java.lang.ObjectInteraktionsbrett.Geo
Interaktionsbrett.Punkt
class Interaktionsbrett.Punkt
Field Summary |
---|
Fields inherited from class Interaktionsbrett.Geo |
---|
x, y |
Constructor Summary | |
---|---|
Interaktionsbrett.Punkt(int x,
int y)
|
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.Punkt(int x, int y)
Method Detail |
---|
public boolean istEnthalten(int x, int y)
istEnthalten
in class Interaktionsbrett.Geo
public void zeichnen(java.awt.Graphics2D g)
zeichnen
in class Interaktionsbrett.Geo