com.jogamp.nativewindow.impl.x11
Class X11GraphicsConfigurationFactory

java.lang.Object
  extended by javax.media.nativewindow.GraphicsConfigurationFactory
      extended by com.jogamp.nativewindow.impl.x11.X11GraphicsConfigurationFactory

public class X11GraphicsConfigurationFactory
extends GraphicsConfigurationFactory


Field Summary
 
Fields inherited from class javax.media.nativewindow.GraphicsConfigurationFactory
DEBUG
 
Constructor Summary
X11GraphicsConfigurationFactory()
           
 
Method Summary
protected  AbstractGraphicsConfiguration chooseGraphicsConfigurationImpl(CapabilitiesImmutable capsChosen, CapabilitiesImmutable capsRequested, CapabilitiesChooser chooser, AbstractGraphicsScreen screen)
           
static XVisualInfo getXVisualInfo(AbstractGraphicsScreen screen, CapabilitiesImmutable capabilities)
           
static XVisualInfo getXVisualInfo(AbstractGraphicsScreen screen, long visualID)
           
 
Methods inherited from class javax.media.nativewindow.GraphicsConfigurationFactory
chooseGraphicsConfiguration, getFactory, getFactory, registerFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X11GraphicsConfigurationFactory

public X11GraphicsConfigurationFactory()
Method Detail

chooseGraphicsConfigurationImpl

protected AbstractGraphicsConfiguration chooseGraphicsConfigurationImpl(CapabilitiesImmutable capsChosen,
                                                                        CapabilitiesImmutable capsRequested,
                                                                        CapabilitiesChooser chooser,
                                                                        AbstractGraphicsScreen screen)
                                                                 throws IllegalArgumentException,
                                                                        NativeWindowException
Specified by:
chooseGraphicsConfigurationImpl in class GraphicsConfigurationFactory
Throws:
IllegalArgumentException
NativeWindowException

getXVisualInfo

public static XVisualInfo getXVisualInfo(AbstractGraphicsScreen screen,
                                         long visualID)

getXVisualInfo

public static XVisualInfo getXVisualInfo(AbstractGraphicsScreen screen,
                                         CapabilitiesImmutable capabilities)


Copyright 2010 JogAmp Community.