App
mhr_appcore_generators_BrushGenerator.h
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class mhr_appcore_generators_BrushGenerator */
4 
5 #ifndef _Included_mhr_appcore_generators_BrushGenerator
6 #define _Included_mhr_appcore_generators_BrushGenerator
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: mhr_appcore_generators_BrushGenerator
12  * Method: createRoundBrush
13  * Signature: (IID)J
14  */
16  (JNIEnv *, jobject, jint, jint, jdouble);
17 
18 /*
19  * Class: mhr_appcore_generators_BrushGenerator
20  * Method: createRoundBrushIn
21  * Signature: (IJID)I
22  */
24  (JNIEnv *, jobject, jint, jlong, jint, jdouble);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif