java.lang.ObjectInteraktionsbrett.Geo
abstract class Interaktionsbrett.Geo
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 |
---|
protected int x
protected int y
Constructor Detail |
---|
public Interaktionsbrett.Geo(int x, int y)
Method Detail |
---|
public int getX()
public int getY()
public abstract boolean istEnthalten(int xx, int yy)
public void setX(int x)
public void setY(int y)
public void verschieben(int xx, int yy)
public abstract void zeichnen(java.awt.Graphics2D g)