java.lang.ObjectInteraktionsbrett.Geo
Interaktionsbrett.Kreis
class Interaktionsbrett.Kreis
Field Summary |
---|
Fields inherited from class Interaktionsbrett.Geo |
---|
x, y |
Constructor Summary | |
---|---|
Interaktionsbrett.Kreis(int x,
int y,
int radius)
|
Method Summary | |
---|---|
int |
getRadius()
|
boolean |
istEnthalten(int x,
int y)
|
void |
setRadius(int radius)
|
void |
zeichnen(java.awt.Graphics2D g)
|
Methods inherited from class Interaktionsbrett.Geo |
---|
getX, getY, setX, setY, verschieben |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Interaktionsbrett.Kreis(int x, int y, int radius)
Method Detail |
---|
public int getRadius()
public boolean istEnthalten(int x, int y)
istEnthalten
in class Interaktionsbrett.Geo
public void setRadius(int radius)
public void zeichnen(java.awt.Graphics2D g)
zeichnen
in class Interaktionsbrett.Geo