com.jogamp.nativewindow.impl.jawt.x11
Class X11SunJDKReflection

java.lang.Object
  extended by com.jogamp.nativewindow.impl.jawt.x11.X11SunJDKReflection

public class X11SunJDKReflection
extends Object

This class encapsulates the reflection routines necessary to peek inside a few data structures in the AWT implementation on X11 for the purposes of correctly enumerating the available visuals.


Constructor Summary
X11SunJDKReflection()
           
 
Method Summary
static int graphicsConfigurationGetVisualID(AbstractGraphicsConfiguration config)
           
static int graphicsConfigurationGetVisualID(GraphicsConfiguration config)
           
static long graphicsDeviceGetDisplay(GraphicsDevice device)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X11SunJDKReflection

public X11SunJDKReflection()
Method Detail

graphicsDeviceGetDisplay

public static long graphicsDeviceGetDisplay(GraphicsDevice device)

graphicsConfigurationGetVisualID

public static int graphicsConfigurationGetVisualID(AbstractGraphicsConfiguration config)

graphicsConfigurationGetVisualID

public static int graphicsConfigurationGetVisualID(GraphicsConfiguration config)


Copyright 2010 JogAmp Community.