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

java.lang.Object
  extended by javax.media.nativewindow.GraphicsConfigurationFactory
      extended by com.jogamp.opengl.impl.GLGraphicsConfigurationFactory
          extended by com.jogamp.opengl.impl.x11.glx.X11GLXGraphicsConfigurationFactory

public class X11GLXGraphicsConfigurationFactory
extends GLGraphicsConfigurationFactory

Subclass of GraphicsConfigurationFactory used when non-AWT toolkits are used on X11 platforms. Toolkits will likely need to delegate to this one to change the accepted and returned types of the GraphicsDevice and GraphicsConfiguration abstractions.


Field Summary
protected static boolean DEBUG
           
 
Method Summary
protected  AbstractGraphicsConfiguration chooseGraphicsConfigurationImpl(CapabilitiesImmutable capsChosen, CapabilitiesImmutable capsRequested, CapabilitiesChooser chooser, AbstractGraphicsScreen absScreen)
           
protected static List getAvailableCapabilities(X11GLXDrawableFactory factory, AbstractGraphicsDevice device)
           
 
Methods inherited from class com.jogamp.opengl.impl.GLGraphicsConfigurationFactory
chooseCapabilities
 
Methods inherited from class javax.media.nativewindow.GraphicsConfigurationFactory
chooseGraphicsConfiguration, getFactory, getFactory, getThreadName, registerFactory, toHexString, toHexString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

protected static final boolean DEBUG
Method Detail

chooseGraphicsConfigurationImpl

protected AbstractGraphicsConfiguration chooseGraphicsConfigurationImpl(CapabilitiesImmutable capsChosen,
                                                                        CapabilitiesImmutable capsRequested,
                                                                        CapabilitiesChooser chooser,
                                                                        AbstractGraphicsScreen absScreen)
Specified by:
chooseGraphicsConfigurationImpl in class GraphicsConfigurationFactory

getAvailableCapabilities

protected static List getAvailableCapabilities(X11GLXDrawableFactory factory,
                                               AbstractGraphicsDevice device)


Copyright 2010 JogAmp Community.