javax.media.nativewindow.x11
Class X11GraphicsConfiguration

java.lang.Object
  extended by javax.media.nativewindow.DefaultGraphicsConfiguration
      extended by javax.media.nativewindow.x11.X11GraphicsConfiguration
All Implemented Interfaces:
Cloneable, AbstractGraphicsConfiguration

public class X11GraphicsConfiguration
extends DefaultGraphicsConfiguration
implements Cloneable

Encapsulates a graphics configuration, or OpenGL pixel format, on X11 platforms. Objects of this type are returned from GraphicsConfigurationFactory.chooseGraphicsConfiguration() on X11 platforms when toolkits other than the AWT are being used.


Constructor Summary
X11GraphicsConfiguration(X11GraphicsScreen screen, CapabilitiesImmutable capsChosen, CapabilitiesImmutable capsRequested, jogamp.nativewindow.x11.XVisualInfo info)
           
 
Method Summary
 Object clone()
           
 long getVisualID()
           
 jogamp.nativewindow.x11.XVisualInfo getXVisualInfo()
           
 String toString()
           
 
Methods inherited from class javax.media.nativewindow.DefaultGraphicsConfiguration
getChosenCapabilities, getNativeGraphicsConfiguration, getRequestedCapabilities, getScreen, toHexString, toHexString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X11GraphicsConfiguration

public X11GraphicsConfiguration(X11GraphicsScreen screen,
                                CapabilitiesImmutable capsChosen,
                                CapabilitiesImmutable capsRequested,
                                jogamp.nativewindow.x11.XVisualInfo info)
Method Detail

clone

public Object clone()
Overrides:
clone in class DefaultGraphicsConfiguration

getXVisualInfo

public jogamp.nativewindow.x11.XVisualInfo getXVisualInfo()

getVisualID

public long getVisualID()

toString

public String toString()
Overrides:
toString in class DefaultGraphicsConfiguration


Copyright 2010 JogAmp Community.