Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_1_RELEASE / libraries / libjni-gdal / include / es_gva_cit_jgdal_GdalColorTable.h @ 9531

History | View | Annotate | Download (758 Bytes)

1
/* DO NOT EDIT THIS FILE - it is machine generated */
2
#include <jni.h>
3
/* Header for class es_gva_cit_jgdal_GdalColorTable */
4

    
5
#ifndef _Included_es_gva_cit_jgdal_GdalColorTable
6
#define _Included_es_gva_cit_jgdal_GdalColorTable
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
/*
11
 * Class:     es_gva_cit_jgdal_GdalColorTable
12
 * Method:    getColorEntryCountNat
13
 * Signature: (J)I
14
 */
15
JNIEXPORT jint JNICALL Java_es_gva_cit_jgdal_GdalColorTable_getColorEntryCountNat
16
  (JNIEnv *, jobject, jlong);
17

    
18
/*
19
 * Class:     es_gva_cit_jgdal_GdalColorTable
20
 * Method:    getColorEntryAsRGBNat
21
 * Signature: (JI)[S
22
 */
23
JNIEXPORT jshortArray JNICALL Java_es_gva_cit_jgdal_GdalColorTable_getColorEntryAsRGBNat
24
  (JNIEnv *, jobject, jlong, jint);
25

    
26
#ifdef __cplusplus
27
}
28
#endif
29
#endif