com.jogamp.nativewindow.impl.jawt
Class JAWTFactory

java.lang.Object
  extended by com.jogamp.nativewindow.impl.jawt.JAWTFactory

public class JAWTFactory
extends Object


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
           
static int JNI_ABORT
           
static int JNI_COMMIT
           
static int JNI_EDETACHED
           
static int JNI_EEXIST
           
static int JNI_EINVAL
           
static int JNI_ENOMEM
           
static int JNI_ERR
           
static int JNI_EVERSION
           
static int JNI_FALSE
           
static int JNI_OK
           
static int JNI_TRUE
           
 
Constructor Summary
JAWTFactory()
           
 
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
 

Field Detail

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
Constructor Detail

JAWTFactory

public JAWTFactory()
Method Detail

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.