#include <turtlegraphic.h>
Data Fields | |
jclass | clstg |
The Java TurtleGraphic-Class. | |
jmethodID | mbackward |
MethodID of backward method. | |
jmethodID | mclearScreen |
MethodID of clearScreen method. | |
jmethodID | mforward |
MethodID of forward method. | |
jmethodID | mgetX |
MethodID of getX method. | |
jmethodID | mgetY |
MethodID of getY method. | |
jmethodID | mleft |
MethodID of left method. | |
jmethodID | mmoveTo |
MethodID of moveTo method. | |
jmethodID | mprintText |
MethodID of printText method. | |
jmethodID | mright |
MethodID of right method. | |
jmethodID | msetAngle |
MethodID of setAngle method. | |
jmethodID | msetColor |
MethodID of setColor method. | |
jmethodID | msetDraw |
MethodID of setDraw method. | |
jobject | tg |
The TurtleGraphic-Object. |
Definition at line 42 of file turtlegraphic.h.
|
The Java TurtleGraphic-Class.
Definition at line 43 of file turtlegraphic.h. |
|
MethodID of backward method.
Definition at line 49 of file turtlegraphic.h. |
|
MethodID of clearScreen method.
Definition at line 56 of file turtlegraphic.h. |
|
MethodID of forward method.
Definition at line 48 of file turtlegraphic.h. |
|
MethodID of getX method.
Definition at line 52 of file turtlegraphic.h. |
|
MethodID of getY method.
Definition at line 53 of file turtlegraphic.h. |
|
MethodID of left method.
Definition at line 46 of file turtlegraphic.h. |
|
MethodID of moveTo method.
Definition at line 47 of file turtlegraphic.h. |
|
MethodID of printText method.
Definition at line 55 of file turtlegraphic.h. |
|
MethodID of right method.
Definition at line 45 of file turtlegraphic.h. |
|
MethodID of setAngle method.
Definition at line 50 of file turtlegraphic.h. |
|
MethodID of setColor method.
Definition at line 51 of file turtlegraphic.h. |
|
MethodID of setDraw method.
Definition at line 54 of file turtlegraphic.h. |
|
The TurtleGraphic-Object.
Definition at line 44 of file turtlegraphic.h. |