com.jogamp.newt.impl.x11
Class X11Display

java.lang.Object
  extended by com.jogamp.newt.Display
      extended by com.jogamp.newt.impl.DisplayImpl
          extended by com.jogamp.newt.impl.x11.X11Display

public class X11Display
extends DisplayImpl


Field Summary
 
Fields inherited from class com.jogamp.newt.impl.DisplayImpl
aDevice, DEBUG_TEST_EDT_MAINTHREAD, destroyWhenUnused, edtUtil, fqname, hashCode, id, name, nilString, refCount, type
 
Fields inherited from class com.jogamp.newt.Display
DEBUG, displayList, displaysActive
 
Constructor Summary
X11Display()
           
 
Method Summary
protected  void closeNativeImpl()
           
protected  void createNativeImpl()
           
protected  void dispatchMessagesNative()
           
protected  long getJavaObjectAtom()
           
protected  long getWindowDeleteAtom()
           
static void initSingleton()
           
 String validateDisplayName(String name, long handle)
           
 
Methods inherited from class com.jogamp.newt.impl.DisplayImpl
addReference, create, createEDTUtil, createNative, destroy, dispatchMessages, enqueueEvent, getEDTUtil, getFQName, getGraphicsDevice, getHandle, getId, getName, getReferenceCount, getType, hashCode, isEDTRunning, isNativeValid, removeReference, runOnEDTIfAvail, shallRunOnEDT, toString, validateEDT
 
Methods inherited from class com.jogamp.newt.Display
dumpDisplayList, equals, getActiveDisplayNumber, getAllDisplays, getFirstDisplayOf, getLastDisplayOf, getThreadName, hashCodeNullSafe, toHexString, toHexString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X11Display

public X11Display()
Method Detail

initSingleton

public static void initSingleton()

validateDisplayName

public String validateDisplayName(String name,
                                  long handle)
Overrides:
validateDisplayName in class DisplayImpl

createNativeImpl

protected void createNativeImpl()
Specified by:
createNativeImpl in class DisplayImpl

closeNativeImpl

protected void closeNativeImpl()
Specified by:
closeNativeImpl in class DisplayImpl

dispatchMessagesNative

protected void dispatchMessagesNative()
Specified by:
dispatchMessagesNative in class DisplayImpl

getJavaObjectAtom

protected long getJavaObjectAtom()

getWindowDeleteAtom

protected long getWindowDeleteAtom()


Copyright 2010 JogAmp Community.