#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. |
Definition at line 44 of file shape.h.
|
The Java Shape-Class.
|
|
MethodID of closePath method.
|
|
MethodID of curveTo method.
|
|
MethodID of getColor method.
|
|
MethodID of isFilled method.
|
|
MethodID of lineTo method.
|
|
MethodID of moveTo method.
|
|
MethodID of quadTo method.
|
|
MethodID of setColor method.
|
|
MethodID of setFilled method.
|
|
The Shape-Object.
|