com.jogamp.nativewindow.impl.jawt.windows
Class Win32SunJDKReflection

java.lang.Object
  extended by com.jogamp.nativewindow.impl.jawt.windows.Win32SunJDKReflection

public class Win32SunJDKReflection
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
Win32SunJDKReflection()
           
 
Method Summary
static GraphicsConfiguration graphicsConfigurationGet(GraphicsDevice device, int pfdID)
           
static int graphicsConfigurationGetPixelFormatID(AbstractGraphicsConfiguration config)
           
static int graphicsConfigurationGetPixelFormatID(GraphicsConfiguration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Win32SunJDKReflection

public Win32SunJDKReflection()
Method Detail

graphicsConfigurationGet

public static GraphicsConfiguration graphicsConfigurationGet(GraphicsDevice device,
                                                             int pfdID)

graphicsConfigurationGetPixelFormatID

public static int graphicsConfigurationGetPixelFormatID(AbstractGraphicsConfiguration config)

graphicsConfigurationGetPixelFormatID

public static int graphicsConfigurationGetPixelFormatID(GraphicsConfiguration config)


Copyright 2010 JogAmp Community.