1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class pteditor */
4 
5 #ifndef _Included_pteditor
6 #define _Included_pteditor
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /* Inaccessible static: LOCK */
11 /* Inaccessible static: dbg */
12 /* Inaccessible static: isInc */
13 /* Inaccessible static: incRate */
14 #undef pteditor_TOP_ALIGNMENT
15 #define pteditor_TOP_ALIGNMENT 0.0f
16 #undef pteditor_CENTER_ALIGNMENT
17 #define pteditor_CENTER_ALIGNMENT 0.5f
18 #undef pteditor_BOTTOM_ALIGNMENT
19 #define pteditor_BOTTOM_ALIGNMENT 1.0f
20 #undef pteditor_LEFT_ALIGNMENT
21 #define pteditor_LEFT_ALIGNMENT 0.0f
22 #undef pteditor_RIGHT_ALIGNMENT
23 #define pteditor_RIGHT_ALIGNMENT 1.0f
24 #undef pteditor_serialVersionUID
25 #define pteditor_serialVersionUID -7644114512714619750LL
26 /* Inaccessible static: metrics */
27 /* Inaccessible static: class_00024java_00024awt_00024Component */
28 /* Inaccessible static: class_00024java_00024awt_00024event_00024ComponentListener */
29 /* Inaccessible static: class_00024java_00024awt_00024event_00024FocusListener */
30 /* Inaccessible static: class_00024java_00024awt_00024event_00024HierarchyListener */
31 /* Inaccessible static: class_00024java_00024awt_00024event_00024HierarchyBoundsListener */
32 /* Inaccessible static: class_00024java_00024awt_00024event_00024KeyListener */
33 /* Inaccessible static: class_00024java_00024awt_00024event_00024MouseListener */
34 /* Inaccessible static: class_00024java_00024awt_00024event_00024MouseMotionListener */
35 /* Inaccessible static: class_00024java_00024awt_00024event_00024InputMethodListener */
36 #undef pteditor_serialVersionUID
37 #define pteditor_serialVersionUID 4613797578919906343LL
38 /* Inaccessible static: dbg */
39 /* Inaccessible static: class_00024java_00024awt_00024Container */
40 /* Inaccessible static: class_00024java_00024awt_00024event_00024ContainerListener */
41 #undef pteditor_OPENED
42 #define pteditor_OPENED 1L
43 /* Inaccessible static: nameCounter */
44 #undef pteditor_serialVersionUID
45 #define pteditor_serialVersionUID 4497834738069338734LL
46 /* Inaccessible static: dbg */
47 /* Inaccessible static: class_00024java_00024awt_00024Container */
48 /* Inaccessible static: class_00024java_00024awt_00024event_00024WindowListener */
49 #undef pteditor_DEFAULT_CURSOR
50 #define pteditor_DEFAULT_CURSOR 0L
51 #undef pteditor_CROSSHAIR_CURSOR
52 #define pteditor_CROSSHAIR_CURSOR 1L
53 #undef pteditor_TEXT_CURSOR
54 #define pteditor_TEXT_CURSOR 2L
55 #undef pteditor_WAIT_CURSOR
56 #define pteditor_WAIT_CURSOR 3L
57 #undef pteditor_SW_RESIZE_CURSOR
58 #define pteditor_SW_RESIZE_CURSOR 4L
59 #undef pteditor_SE_RESIZE_CURSOR
60 #define pteditor_SE_RESIZE_CURSOR 5L
61 #undef pteditor_NW_RESIZE_CURSOR
62 #define pteditor_NW_RESIZE_CURSOR 6L
63 #undef pteditor_NE_RESIZE_CURSOR
64 #define pteditor_NE_RESIZE_CURSOR 7L
65 #undef pteditor_N_RESIZE_CURSOR
66 #define pteditor_N_RESIZE_CURSOR 8L
67 #undef pteditor_S_RESIZE_CURSOR
68 #define pteditor_S_RESIZE_CURSOR 9L
69 #undef pteditor_W_RESIZE_CURSOR
70 #define pteditor_W_RESIZE_CURSOR 10L
71 #undef pteditor_E_RESIZE_CURSOR
72 #define pteditor_E_RESIZE_CURSOR 11L
73 #undef pteditor_HAND_CURSOR
74 #define pteditor_HAND_CURSOR 12L
75 #undef pteditor_MOVE_CURSOR
76 #define pteditor_MOVE_CURSOR 13L
77 #undef pteditor_NORMAL
78 #define pteditor_NORMAL 0L
79 #undef pteditor_ICONIFIED
80 #define pteditor_ICONIFIED 1L
81 /* Inaccessible static: nameCounter */
82 #undef pteditor_serialVersionUID
83 #define pteditor_serialVersionUID 2673458971256075116LL
84 /* Inaccessible static: class_00024java_00024awt_00024Frame */
85 /* Inaccessible static: PTViewer */
86 #undef pteditor__equirectangular
87 #define pteditor__equirectangular 4L
88 /*
89  * Class:     pteditor
90  * Method:    CLoadImage
91  * Signature: (Ljava/lang/String;)V
92  */
93 JNIEXPORT void JNICALL Java_pteditor_CLoadImage
94   (JNIEnv *, jobject, jstring);
95 
96 /*
97  * Class:     pteditor
98  * Method:    CSaveImage
99  * Signature: (Ljava/lang/String;)V
100  */
101 JNIEXPORT void JNICALL Java_pteditor_CSaveImage
102   (JNIEnv *, jobject, jstring);
103 
104 /*
105  * Class:     pteditor
106  * Method:    CGetImageWidth
107  * Signature: ()I
108  */
109 JNIEXPORT jint JNICALL Java_pteditor_CGetImageWidth
110   (JNIEnv *, jobject);
111 
112 /*
113  * Class:     pteditor
114  * Method:    CGetImageHeight
115  * Signature: ()I
116  */
117 JNIEXPORT jint JNICALL Java_pteditor_CGetImageHeight
118   (JNIEnv *, jobject);
119 
120 /*
121  * Class:     pteditor
122  * Method:    CGetImageRow
123  * Signature: ([II)V
124  */
125 JNIEXPORT void JNICALL Java_pteditor_CGetImageRow
126   (JNIEnv *, jobject, jintArray, jint);
127 
128 /*
129  * Class:     pteditor
130  * Method:    CExtract
131  * Signature: (Ljava/lang/String;DDDDID)V
132  */
133 JNIEXPORT void JNICALL Java_pteditor_CExtract
134   (JNIEnv *, jobject, jstring, jdouble, jdouble, jdouble, jdouble, jint, jdouble);
135 
136 /*
137  * Class:     pteditor
138  * Method:    CInsert
139  * Signature: (Ljava/lang/String;DDDDI)V
140  */
141 JNIEXPORT void JNICALL Java_pteditor_CInsert
142   (JNIEnv *, jobject, jstring, jdouble, jdouble, jdouble, jdouble, jint);
143 
144 /*
145  * Class:     pteditor
146  * Method:    CSetImageWidth
147  * Signature: (I)V
148  */
149 JNIEXPORT void JNICALL Java_pteditor_CSetImageWidth
150   (JNIEnv *, jobject, jint);
151 
152 /*
153  * Class:     pteditor
154  * Method:    CSetImageHeight
155  * Signature: (I)V
156  */
157 JNIEXPORT void JNICALL Java_pteditor_CSetImageHeight
158   (JNIEnv *, jobject, jint);
159 
160 /*
161  * Class:     pteditor
162  * Method:    CSetImageRow
163  * Signature: ([II)V
164  */
165 JNIEXPORT void JNICALL Java_pteditor_CSetImageRow
166   (JNIEnv *, jobject, jintArray, jint);
167 
168 #ifdef __cplusplus
169 }
170 #endif
171 #endif
172