| sun.java2d.opengl.WGLSurfaceData
WGLSurfaceData | abstract public class WGLSurfaceData extends OGLSurfaceData (Code) | | |
Inner Class :public static class WGLWindowSurfaceData extends WGLSurfaceData | |
Inner Class :public static class WGLOffScreenSurfaceData extends WGLSurfaceData | |
Method Summary | |
public static WGLWindowSurfaceData | createData(WComponentPeer peer) Creates a SurfaceData object representing the primary (front) buffer
of an on-screen Window. | public static WGLOffScreenSurfaceData | createData(WComponentPeer peer, Image image) Creates a SurfaceData object representing the back buffer of a
double-buffered on-screen Window. | public static WGLOffScreenSurfaceData | createData(WGLGraphicsConfig gc, int width, int height, ColorModel cm, Image image, int type) Creates a SurfaceData object representing an off-screen buffer (either
a Pbuffer or Texture). | public GraphicsConfiguration | getDeviceConfiguration() | public static WGLGraphicsConfig | getGC(WComponentPeer peer) | native protected boolean | initPbuffer(long pData, long pConfigInfo, boolean isOpaque, int width, int height) |
createData | public static WGLWindowSurfaceData createData(WComponentPeer peer)(Code) | | Creates a SurfaceData object representing the primary (front) buffer
of an on-screen Window.
|
createData | public static WGLOffScreenSurfaceData createData(WComponentPeer peer, Image image)(Code) | | Creates a SurfaceData object representing the back buffer of a
double-buffered on-screen Window.
|
createData | public static WGLOffScreenSurfaceData createData(WGLGraphicsConfig gc, int width, int height, ColorModel cm, Image image, int type)(Code) | | Creates a SurfaceData object representing an off-screen buffer (either
a Pbuffer or Texture).
|
initPbuffer | native protected boolean initPbuffer(long pData, long pConfigInfo, boolean isOpaque, int width, int height)(Code) | | |
|
|