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 x, int y)
           
 void setX(int x)
           
 void setY(int y)
           
 void verschieben(int x, int y)
           
abstract  void zeichnen(java.awt.Graphics2D g)
           
 
Methods inherited from class java.lang.Object
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 x,
                                     int y)

setX

public void setX(int x)

setY

public void setY(int y)

verschieben

public void verschieben(int x,
                        int y)

zeichnen

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