| sun.awt.Win32GraphicsConfig sun.java2d.opengl.WGLGraphicsConfig
Method Summary | |
public void | assertOperationSupported(Component target, int numBuffers, BufferCapabilities caps) Checks that the requested configuration is natively supported; if not,
an AWTException is thrown. | public VolatileImage | createBackBuffer(WComponentPeer peer) Creates a WGL-based backbuffer for the given peer and returns the
image wrapper. | public SurfaceData | createManagedSurface(int w, int h, int transparency) | public SurfaceData | createSurfaceData(WComponentPeer peer, int numBackBuffers) Creates a new SurfaceData that will be associated with the given
WComponentPeer. | public synchronized void | displayChanged() | public void | flip(WComponentPeer peer, Component target, VolatileImage backBuffer, BufferCapabilities.FlipContents flipAction) Performs the native WGL flip operation for the given target Component. | public BufferCapabilities | getBufferCapabilities() | public ColorModel | getColorModel(int transparency) | public static WGLGraphicsConfig | getConfig(Win32GraphicsDevice device, int pixfmt) | final public OGLContext | getContext() | native public static int | getDefaultPixFmt(int screennum) | public ImageCapabilities | getImageCapabilities() | final public long | getNativeConfigInfo() | public Object | getProxyKey() | final public boolean | isCapPresent(int cap) Returns true if the provided capability bit is present for this config. | public static boolean | isWGLAvailable() | public String | toString() |
wglAvailable | protected static boolean wglAvailable(Code) | | |
assertOperationSupported | public void assertOperationSupported(Component target, int numBuffers, BufferCapabilities caps) throws AWTException(Code) | | Checks that the requested configuration is natively supported; if not,
an AWTException is thrown.
|
createManagedSurface | public SurfaceData createManagedSurface(int w, int h, int transparency)(Code) | | |
createSurfaceData | public SurfaceData createSurfaceData(WComponentPeer peer, int numBackBuffers)(Code) | | Creates a new SurfaceData that will be associated with the given
WComponentPeer.
|
displayChanged | public synchronized void displayChanged()(Code) | | |
getContext | final public OGLContext getContext()(Code) | | |
getDefaultPixFmt | native public static int getDefaultPixFmt(int screennum)(Code) | | |
getNativeConfigInfo | final public long getNativeConfigInfo()(Code) | | |
isCapPresent | final public boolean isCapPresent(int cap)(Code) | | Returns true if the provided capability bit is present for this config.
See OGLContext.java for a list of supported capabilities.
|
isWGLAvailable | public static boolean isWGLAvailable()(Code) | | |
|
|