App
mhr_appcore_generators_BrushGenerator.hpp
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  */JNIEXPORT jlong JNICALL Java_mhr_appcore_generators_BrushGenerator_createRoundBrush(JNIEnv *, jclass, jint, jint, jdouble);
15 /*
16  * Class: mhr_appcore_generators_BrushGenerator
17  * Method: createRoundBrushIn
18  * Signature: (IJID)I
19  */JNIEXPORT jint JNICALL Java_mhr_appcore_generators_BrushGenerator_createRoundBrushIn(JNIEnv *, jclass, jint, jlong, jint, jdouble);
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 #endif