com.jogamp.nativewindow.impl.jawt
Class JAWTFactory
java.lang.Object
com.jogamp.nativewindow.impl.jawt.JAWTFactory
public class JAWTFactory
- extends Object
Method Summary |
static boolean |
JAWT_GetAWT(JAWT awt)
Interface to C language function: jboolean JAWT_GetAWT(JNIEnv * env, JAWT * awt); |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNI_FALSE
public static final int JNI_FALSE
- See Also:
- Constant Field Values
JNI_TRUE
public static final int JNI_TRUE
- See Also:
- Constant Field Values
JNI_OK
public static final int JNI_OK
- See Also:
- Constant Field Values
JNI_ERR
public static final int JNI_ERR
- See Also:
- Constant Field Values
JNI_EDETACHED
public static final int JNI_EDETACHED
- See Also:
- Constant Field Values
JNI_EVERSION
public static final int JNI_EVERSION
- See Also:
- Constant Field Values
JNI_ENOMEM
public static final int JNI_ENOMEM
- See Also:
- Constant Field Values
JNI_EEXIST
public static final int JNI_EEXIST
- See Also:
- Constant Field Values
JNI_EINVAL
public static final int JNI_EINVAL
- See Also:
- Constant Field Values
JNI_COMMIT
public static final int JNI_COMMIT
- See Also:
- Constant Field Values
JNI_ABORT
public static final int JNI_ABORT
- See Also:
- Constant Field Values
JAWT_LOCK_ERROR
public static final int JAWT_LOCK_ERROR
- See Also:
- Constant Field Values
JAWT_LOCK_CLIP_CHANGED
public static final int JAWT_LOCK_CLIP_CHANGED
- See Also:
- Constant Field Values
JAWT_LOCK_BOUNDS_CHANGED
public static final int JAWT_LOCK_BOUNDS_CHANGED
- See Also:
- Constant Field Values
JAWT_LOCK_SURFACE_CHANGED
public static final int JAWT_LOCK_SURFACE_CHANGED
- See Also:
- Constant Field Values
JAWT_VERSION_1_3
public static final int JAWT_VERSION_1_3
- See Also:
- Constant Field Values
JAWT_VERSION_1_4
public static final int JAWT_VERSION_1_4
- See Also:
- Constant Field Values
JAWTFactory
public JAWTFactory()
JAWT_GetAWT
public static boolean JAWT_GetAWT(JAWT awt)
- Interface to C language function:
jboolean JAWT_GetAWT(JNIEnv * env, JAWT * awt);
Copyright 2010 JogAmp Community.