Public Member Functions | |
Root (int radius) | |
void | setCenter (int x, int y) |
int | getCenterX (int x) |
int | getCenterY (int y) |
void | createRoot (int radius) |
Private Attributes | |
int | centerX = 300 |
int | centerY = 300 |
int | radius = 50 |
Area | rootArc |
Root.Root | ( | int | radius | ) |
Konstruktor
radius |
void Root.setCenter | ( | int | x, | |
int | y | |||
) |
Setzt das Center
x | ||
y |
int Root.getCenterX | ( | int | x | ) |
Retourniert Center X
x |
int Root.getCenterY | ( | int | y | ) |
Retourniert Center Y
y |
void Root.createRoot | ( | int | radius | ) |
Erzeugt den Rootknoten grafisch
radius |
int Root.centerX = 300 [private] |
int Root.centerY = 300 [private] |
int Root.radius = 50 [private] |
Area Root.rootArc [private] |