com.jogamp.opengl.impl.x11.glx
Class X11GLXDrawable

java.lang.Object
  extended by com.jogamp.opengl.impl.GLDrawableImpl
      extended by com.jogamp.opengl.impl.x11.glx.X11GLXDrawable
All Implemented Interfaces:
GLDrawable
Direct Known Subclasses:
X11ExternalGLXDrawable, X11OffscreenGLXDrawable, X11OnscreenGLXDrawable, X11PbufferGLXDrawable

public abstract class X11GLXDrawable
extends GLDrawableImpl


Field Summary
 
Fields inherited from class com.jogamp.opengl.impl.GLDrawableImpl
DEBUG, factory, realized, requestedCapabilities, surface
 
Constructor Summary
protected X11GLXDrawable(GLDrawableFactory factory, NativeSurface comp, boolean realized)
           
 
Method Summary
 GLDynamicLookupHelper getGLDynamicLookupHelper()
          Returns the DynamicLookupHelper
protected  void setRealizedImpl()
           
protected  void swapBuffersImpl()
           
 
Methods inherited from class com.jogamp.opengl.impl.GLDrawableImpl
destroy, destroyHandle, destroyImpl, getChosenGLCapabilities, getFactory, getFactoryImpl, getGLProfile, getHandle, getHeight, getNativeSurface, getRequestedGLCapabilities, getWidth, isRealized, isSurfaceLocked, lockSurface, setRealized, swapBuffers, toHexString, toString, unlockSurface, updateHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.media.opengl.GLDrawable
createContext
 

Constructor Detail

X11GLXDrawable

protected X11GLXDrawable(GLDrawableFactory factory,
                         NativeSurface comp,
                         boolean realized)
Method Detail

getGLDynamicLookupHelper

public GLDynamicLookupHelper getGLDynamicLookupHelper()
Description copied from class: GLDrawableImpl
Returns the DynamicLookupHelper

Specified by:
getGLDynamicLookupHelper in class GLDrawableImpl

setRealizedImpl

protected void setRealizedImpl()
Specified by:
setRealizedImpl in class GLDrawableImpl

swapBuffersImpl

protected void swapBuffersImpl()
Specified by:
swapBuffersImpl in class GLDrawableImpl


Copyright 2010 JogAmp Community.