Class Interaktionsbrett.Punkt
java.lang.Object
Interaktionsbrett.Geo
Interaktionsbrett.Punkt
- Enclosing class:
- Interaktionsbrett
class Interaktionsbrett.Punkt extends Interaktionsbrett.Geo
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Punkt(int x, int y)
-
Method Summary
Modifier and Type Method Description boolean
istEnthalten(int x1, int y1)
void
zeichnen(java.awt.Graphics2D g)
-
Constructor Details
-
Punkt
public Punkt(int x, int y)
-
-
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
-