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 booleanistEnthalten(int x1, int y1)voidzeichnen(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:
istEnthaltenin classInteraktionsbrett.Geo
-
zeichnen
public void zeichnen(java.awt.Graphics2D g)- Specified by:
zeichnenin classInteraktionsbrett.Geo
-