Class Interaktionsbrett.Punkt

java.lang.Object
  extended by Interaktionsbrett.Geo
      extended by Interaktionsbrett.Punkt
Enclosing class:
Interaktionsbrett

 class Interaktionsbrett.Punkt
extends Interaktionsbrett.Geo


Field Summary
 
Fields inherited from class
x, y
 
Constructor Summary
Interaktionsbrett.Punkt(int x, int y)
           
 
Method Summary
 boolean istEnthalten(int x1, int y1)
           
 void zeichnen(java.awt.Graphics2D g)
           
 
Methods inherited from class
getX, getY, setX, setY, verschieben
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interaktionsbrett.Punkt

public Interaktionsbrett.Punkt(int x,
                               int y)
Method Detail

istEnthalten

public boolean istEnthalten(int x1,
                            int y1)
Specified by:
istEnthalten in class Interaktionsbrett.Geo

zeichnen

public void zeichnen(java.awt.Graphics2D g)
Specified by:
zeichnen in class Interaktionsbrett.Geo