1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/samples/java/inc/SampleHLRJni_Aspect_Background.h
2012-03-05 19:23:40 +04:00

55 lines
1.5 KiB
C
Executable File

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class SampleHLRJni_Aspect_0005fBackground */
#ifndef _Included_SampleHLRJni_Aspect_0005fBackground
#define _Included_SampleHLRJni_Aspect_0005fBackground
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: myCasLock */
/*
* Class: SampleHLRJni_Aspect_0005fBackground
* Method: Aspect_Background_Create_1
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1Background_Aspect_1Background_1Create_11
(JNIEnv *, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fBackground
* Method: Aspect_Background_Create_2
* Signature: (LSampleHLRJni/Quantity_Color;)V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1Background_Aspect_1Background_1Create_12
(JNIEnv *, jobject, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fBackground
* Method: Color
* Signature: ()LSampleHLRJni/Quantity_Color;
*/
JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1Background_Color
(JNIEnv *, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fBackground
* Method: FinalizeValue
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1Background_FinalizeValue
(JNIEnv *, jclass, jlong);
/*
* Class: SampleHLRJni_Aspect_0005fBackground
* Method: SetColor
* Signature: (LSampleHLRJni/Quantity_Color;)V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1Background_SetColor
(JNIEnv *, jobject, jobject);
#ifdef __cplusplus
}
#endif
#endif