com.jogamp.opengl.impl.windows.wgl
Class WindowsWGLGraphicsConfiguration

java.lang.Object
  extended by javax.media.nativewindow.DefaultGraphicsConfiguration
      extended by com.jogamp.opengl.impl.windows.wgl.WindowsWGLGraphicsConfiguration
All Implemented Interfaces:
Cloneable, AbstractGraphicsConfiguration

public class WindowsWGLGraphicsConfiguration
extends DefaultGraphicsConfiguration
implements Cloneable


Field Summary
static int BITMAP_BIT
           
protected static boolean DEBUG
           
protected static int MAX_ATTRIBS
           
protected static int MAX_PFORMATS
           
static int PBUFFER_BIT
           
static int WINDOW_BIT
           
 
Fields inherited from class javax.media.nativewindow.DefaultGraphicsConfiguration
capabilitiesChosen, capabilitiesRequested
 
Method Summary
 Object clone()
           
 boolean getCapabilitiesChosen()
           
 PIXELFORMATDESCRIPTOR getPixelFormat()
           
 int getPixelFormatID()
           
 boolean isChoosenByWGL()
           
 String toString()
           
 
Methods inherited from class javax.media.nativewindow.DefaultGraphicsConfiguration
getChosenCapabilities, getNativeGraphicsConfiguration, getRequestedCapabilities, getScreen, setChosenCapabilities, setScreen
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEBUG

protected static final boolean DEBUG

MAX_PFORMATS

protected static final int MAX_PFORMATS
See Also:
Constant Field Values

MAX_ATTRIBS

protected static final int MAX_ATTRIBS
See Also:
Constant Field Values

WINDOW_BIT

public static final int WINDOW_BIT
See Also:
Constant Field Values

BITMAP_BIT

public static final int BITMAP_BIT
See Also:
Constant Field Values

PBUFFER_BIT

public static final int PBUFFER_BIT
See Also:
Constant Field Values
Method Detail

clone

public Object clone()
Overrides:
clone in class DefaultGraphicsConfiguration

getCapabilitiesChosen

public boolean getCapabilitiesChosen()

getPixelFormat

public PIXELFORMATDESCRIPTOR getPixelFormat()

getPixelFormatID

public int getPixelFormatID()

isChoosenByWGL

public boolean isChoosenByWGL()

toString

public String toString()
Overrides:
toString in class DefaultGraphicsConfiguration


Copyright 2010 JogAmp Community.