TurtleGraphicData Struct Reference

This structure holds the data needed for the TurtleGraphic for C and C++. More...

#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.


Detailed Description

This structure holds the data needed for the TurtleGraphic for C and C++.

Definition at line 42 of file turtlegraphic.h.


Field Documentation

jclass TurtleGraphicData::clstg
 

The Java TurtleGraphic-Class.

Definition at line 43 of file turtlegraphic.h.

jmethodID TurtleGraphicData::mbackward
 

MethodID of backward method.

Definition at line 49 of file turtlegraphic.h.

jmethodID TurtleGraphicData::mclearScreen
 

MethodID of clearScreen method.

Definition at line 56 of file turtlegraphic.h.

jmethodID TurtleGraphicData::mforward
 

MethodID of forward method.

Definition at line 48 of file turtlegraphic.h.

jmethodID TurtleGraphicData::mgetX
 

MethodID of getX method.

Definition at line 52 of file turtlegraphic.h.

jmethodID TurtleGraphicData::mgetY
 

MethodID of getY method.

Definition at line 53 of file turtlegraphic.h.

jmethodID TurtleGraphicData::mleft
 

MethodID of left method.

Definition at line 46 of file turtlegraphic.h.

jmethodID TurtleGraphicData::mmoveTo
 

MethodID of moveTo method.

Definition at line 47 of file turtlegraphic.h.

jmethodID TurtleGraphicData::mprintText
 

MethodID of printText method.

Definition at line 55 of file turtlegraphic.h.

jmethodID TurtleGraphicData::mright
 

MethodID of right method.

Definition at line 45 of file turtlegraphic.h.

jmethodID TurtleGraphicData::msetAngle
 

MethodID of setAngle method.

Definition at line 50 of file turtlegraphic.h.

jmethodID TurtleGraphicData::msetColor
 

MethodID of setColor method.

Definition at line 51 of file turtlegraphic.h.

jmethodID TurtleGraphicData::msetDraw
 

MethodID of setDraw method.

Definition at line 54 of file turtlegraphic.h.

jobject TurtleGraphicData::tg
 

The TurtleGraphic-Object.

Definition at line 44 of file turtlegraphic.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 19 14:11:17 2005 for GrubC by  doxygen 1.4.4