1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class java_awt_SplashScreen */ |
4 | |
5 | #ifndef _Included_java_awt_SplashScreen |
6 | #define _Included_java_awt_SplashScreen |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: java_awt_SplashScreen |
12 | * Method: _update |
13 | * Signature: (J[IIIIII)V |
14 | */ |
15 | JNIEXPORT void JNICALL Java_java_awt_SplashScreen__1update |
16 | (JNIEnv *, jclass, jlong, jintArray, jint, jint, jint, jint, jint); |
17 | |
18 | /* |
19 | * Class: java_awt_SplashScreen |
20 | * Method: _isVisible |
21 | * Signature: (J)Z |
22 | */ |
23 | JNIEXPORT jboolean JNICALL Java_java_awt_SplashScreen__1isVisible |
24 | (JNIEnv *, jclass, jlong); |
25 | |
26 | /* |
27 | * Class: java_awt_SplashScreen |
28 | * Method: _getBounds |
29 | * Signature: (J)Ljava/awt/Rectangle; |
30 | */ |
31 | JNIEXPORT jobject JNICALL Java_java_awt_SplashScreen__1getBounds |
32 | (JNIEnv *, jclass, jlong); |
33 | |
34 | /* |
35 | * Class: java_awt_SplashScreen |
36 | * Method: _getInstance |
37 | * Signature: ()J |
38 | */ |
39 | JNIEXPORT jlong JNICALL Java_java_awt_SplashScreen__1getInstance |
40 | (JNIEnv *, jclass); |
41 | |
42 | /* |
43 | * Class: java_awt_SplashScreen |
44 | * Method: _close |
45 | * Signature: (J)V |
46 | */ |
47 | JNIEXPORT void JNICALL Java_java_awt_SplashScreen__1close |
48 | (JNIEnv *, jclass, jlong); |
49 | |
50 | /* |
51 | * Class: java_awt_SplashScreen |
52 | * Method: _getImageFileName |
53 | * Signature: (J)Ljava/lang/String; |
54 | */ |
55 | JNIEXPORT jstring JNICALL Java_java_awt_SplashScreen__1getImageFileName |
56 | (JNIEnv *, jclass, jlong); |
57 | |
58 | /* |
59 | * Class: java_awt_SplashScreen |
60 | * Method: _getImageJarName |
61 | * Signature: (J)Ljava/lang/String; |
62 | */ |
63 | JNIEXPORT jstring JNICALL Java_java_awt_SplashScreen__1getImageJarName |
64 | (JNIEnv *, jclass, jlong); |
65 | |
66 | /* |
67 | * Class: java_awt_SplashScreen |
68 | * Method: _setImageData |
69 | * Signature: (J[B)Z |
70 | */ |
71 | JNIEXPORT jboolean JNICALL Java_java_awt_SplashScreen__1setImageData |
72 | (JNIEnv *, jclass, jlong, jbyteArray); |
73 | |
74 | /* |
75 | * Class: java_awt_SplashScreen |
76 | * Method: _getScaleFactor |
77 | * Signature: (J)F |
78 | */ |
79 | JNIEXPORT jfloat JNICALL Java_java_awt_SplashScreen__1getScaleFactor |
80 | (JNIEnv *, jclass, jlong); |
81 | |
82 | #ifdef __cplusplus |
83 | } |
84 | #endif |
85 | #endif |
86 | |