ShapeData Struct Reference

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

#include <shape.h>


Data Fields

jclass clsshape
 The Java Shape-Class.
jmethodID mclosePath
 MethodID of closePath method.
jmethodID mcurveTo
 MethodID of curveTo method.
jmethodID mgetColor
 MethodID of getColor method.
jmethodID misFilled
 MethodID of isFilled method.
jmethodID mlineTo
 MethodID of lineTo method.
jmethodID mmoveTo
 MethodID of moveTo method.
jmethodID mquadTo
 MethodID of quadTo method.
jmethodID msetColor
 MethodID of setColor method.
jmethodID msetFilled
 MethodID of setFilled method.
jobject shape
 The Shape-Object.


Detailed Description

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

Definition at line 44 of file shape.h.


Field Documentation

jclass ShapeData::clsshape
 

The Java Shape-Class.

Definition at line 45 of file shape.h.

jmethodID ShapeData::mclosePath
 

MethodID of closePath method.

Definition at line 51 of file shape.h.

jmethodID ShapeData::mcurveTo
 

MethodID of curveTo method.

Definition at line 54 of file shape.h.

jmethodID ShapeData::mgetColor
 

MethodID of getColor method.

Definition at line 48 of file shape.h.

jmethodID ShapeData::misFilled
 

MethodID of isFilled method.

Definition at line 49 of file shape.h.

jmethodID ShapeData::mlineTo
 

MethodID of lineTo method.

Definition at line 53 of file shape.h.

jmethodID ShapeData::mmoveTo
 

MethodID of moveTo method.

Definition at line 52 of file shape.h.

jmethodID ShapeData::mquadTo
 

MethodID of quadTo method.

Definition at line 55 of file shape.h.

jmethodID ShapeData::msetColor
 

MethodID of setColor method.

Definition at line 47 of file shape.h.

jmethodID ShapeData::msetFilled
 

MethodID of setFilled method.

Definition at line 50 of file shape.h.

jobject ShapeData::shape
 

The Shape-Object.

Definition at line 46 of file shape.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