com.jogamp.opengl.impl.macosx.cgl.awt
Class MacOSXAWTCGLDrawableFactory

java.lang.Object
  extended by javax.media.opengl.GLDrawableFactory
      extended by com.jogamp.opengl.impl.GLDrawableFactoryImpl
          extended by com.jogamp.opengl.impl.macosx.cgl.MacOSXCGLDrawableFactory
              extended by com.jogamp.opengl.impl.macosx.cgl.awt.MacOSXAWTCGLDrawableFactory

public class MacOSXAWTCGLDrawableFactory
extends MacOSXCGLDrawableFactory


Field Summary
 
Fields inherited from class com.jogamp.opengl.impl.GLDrawableFactoryImpl
DEBUG
 
Fields inherited from class javax.media.opengl.GLDrawableFactory
glDrawableFactories
 
Constructor Summary
MacOSXAWTCGLDrawableFactory()
           
 
Method Summary
 boolean canCreateContextOnJava2DSurface(AbstractGraphicsDevice device)
           
 GLContext createContextOnJava2DSurface(Object graphics, GLContext shareWith)
           
 
Methods inherited from class com.jogamp.opengl.impl.macosx.cgl.MacOSXCGLDrawableFactory
canCreateExternalGLDrawable, canCreateGLPbuffer, createExternalGLContextImpl, createExternalGLDrawableImpl, createGLPbufferDrawableImpl, createOffscreenDrawableImpl, createOffscreenSurfaceImpl, createOnscreenDrawableImpl, getDefaultDevice, getGammaRamp, getGammaRampLength, getGLDynamicLookupHelper, getIsDeviceCompatible, getOrCreateSharedContextImpl, resetGammaRamp, setGammaRamp, shutdownInstance
 
Methods inherited from class com.jogamp.opengl.impl.GLDrawableFactoryImpl
createExternalGLContext, createExternalGLDrawable, createGLDrawable, createGLPbuffer, createGLPbufferDrawable, createOffscreenDrawable, getFactoryImpl, maybeDoSingleThreadedWorkaround, resetDisplayGamma, setDisplayGamma
 
Methods inherited from class javax.media.opengl.GLDrawableFactory
getFactory, getFactoryImpl, getIsSharedContextAvailable, getOrCreateSharedContext, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacOSXAWTCGLDrawableFactory

public MacOSXAWTCGLDrawableFactory()
Method Detail

canCreateContextOnJava2DSurface

public boolean canCreateContextOnJava2DSurface(AbstractGraphicsDevice device)
Overrides:
canCreateContextOnJava2DSurface in class MacOSXCGLDrawableFactory

createContextOnJava2DSurface

public GLContext createContextOnJava2DSurface(Object graphics,
                                              GLContext shareWith)
                                       throws GLException
Overrides:
createContextOnJava2DSurface in class MacOSXCGLDrawableFactory
Throws:
GLException


Copyright 2010 JogAmp Community.