Class Interaktionsbrett.Geo

java.lang.Object
  extended by Interaktionsbrett.Geo
Direct Known Subclasses:
Interaktionsbrett.Kreis, Interaktionsbrett.Linie, Interaktionsbrett.Punkt, Interaktionsbrett.Rechteck, Interaktionsbrett.Text
Enclosing class:
Interaktionsbrett

abstract class Interaktionsbrett.Geo
extends java.lang.Object


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

Field Detail

x

protected int x

y

protected int y
Constructor Detail

Interaktionsbrett.Geo

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

getX

public int getX()

getY

public int getY()

istEnthalten

public abstract boolean istEnthalten(int xx,
                                     int yy)

setX

public void setX(int x)

setY

public void setY(int y)

verschieben

public void verschieben(int xx,
                        int yy)

zeichnen

public abstract void zeichnen(java.awt.Graphics2D g)