org.bridj.jawt
Class JawtLibrary

java.lang.Object
  extended by org.bridj.jawt.JawtLibrary

public class JawtLibrary
extends Object

Wrapper for library jawt
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .


Nested Class Summary
static class JawtLibrary.JNIEnv
           
 
Field Summary
static int JAWT_LOCK_BOUNDS_CHANGED
           
static int JAWT_LOCK_CLIP_CHANGED
           
static int JAWT_LOCK_ERROR
           
static int JAWT_LOCK_SURFACE_CHANGED
           
static int JAWT_VERSION_1_3
           
static int JAWT_VERSION_1_4
           
 
Constructor Summary
JawtLibrary()
           
 
Method Summary
static boolean JAWT_GetAWT(Pointer<JawtLibrary.JNIEnv> env, Pointer<JAWT> awt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAWT_LOCK_CLIP_CHANGED

public static final int JAWT_LOCK_CLIP_CHANGED
See Also:
Constant Field Values

JAWT_VERSION_1_4

public static final int JAWT_VERSION_1_4
See Also:
Constant Field Values

JAWT_VERSION_1_3

public static final int JAWT_VERSION_1_3
See Also:
Constant Field Values

JAWT_LOCK_SURFACE_CHANGED

public static final int JAWT_LOCK_SURFACE_CHANGED
See Also:
Constant Field Values

JAWT_LOCK_ERROR

public static final int JAWT_LOCK_ERROR
See Also:
Constant Field Values

JAWT_LOCK_BOUNDS_CHANGED

public static final int JAWT_LOCK_BOUNDS_CHANGED
See Also:
Constant Field Values
Constructor Detail

JawtLibrary

public JawtLibrary()
Method Detail

JAWT_GetAWT

public static boolean JAWT_GetAWT(Pointer<JawtLibrary.JNIEnv> env,
                                  Pointer<JAWT> awt)


Copyright © 2009-2012. All Rights Reserved.