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 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 |
---|
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 x, int y)
public void setX(int x)
public void setY(int y)
public void verschieben(int x, int y)
public abstract void zeichnen(java.awt.Graphics2D g)