0023227: New Draw Harness command to estimate current geometry complexity of OpenGL...
[occt.git] / samples / java / inc / SampleHLRJni_Aspect_Background.h
CommitLineData
7fd59977 1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class SampleHLRJni_Aspect_0005fBackground */
4
5#ifndef _Included_SampleHLRJni_Aspect_0005fBackground
6#define _Included_SampleHLRJni_Aspect_0005fBackground
7#ifdef __cplusplus
8extern "C" {
9#endif
10/* Inaccessible static: myCasLock */
11/*
12 * Class: SampleHLRJni_Aspect_0005fBackground
13 * Method: Aspect_Background_Create_1
14 * Signature: ()V
15 */
16JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1Background_Aspect_1Background_1Create_11
17 (JNIEnv *, jobject);
18
19/*
20 * Class: SampleHLRJni_Aspect_0005fBackground
21 * Method: Aspect_Background_Create_2
22 * Signature: (LSampleHLRJni/Quantity_Color;)V
23 */
24JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1Background_Aspect_1Background_1Create_12
25 (JNIEnv *, jobject, jobject);
26
27/*
28 * Class: SampleHLRJni_Aspect_0005fBackground
29 * Method: Color
30 * Signature: ()LSampleHLRJni/Quantity_Color;
31 */
32JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1Background_Color
33 (JNIEnv *, jobject);
34
35/*
36 * Class: SampleHLRJni_Aspect_0005fBackground
37 * Method: FinalizeValue
38 * Signature: (J)V
39 */
40JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1Background_FinalizeValue
41 (JNIEnv *, jclass, jlong);
42
43/*
44 * Class: SampleHLRJni_Aspect_0005fBackground
45 * Method: SetColor
46 * Signature: (LSampleHLRJni/Quantity_Color;)V
47 */
48JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1Background_SetColor
49 (JNIEnv *, jobject, jobject);
50
51#ifdef __cplusplus
52}
53#endif
54#endif