| sun.awt.X11GraphicsConfig sun.java2d.opengl.GLXGraphicsConfig
Method Summary | |
public Image | createAcceleratedImage(Component target, int width, int height) Creates a new hidden-acceleration image of the given width and height
that is associated with the target Component. | public long | createBackBuffer(X11ComponentPeer peer, int numBuffers, BufferCapabilities caps) Attempts to create a GLX-based backbuffer for the given peer. | public VolatileImage | createBackBufferImage(Component target, long backBuffer) Creates a VolatileImage that essentially wraps the target Component's
backbuffer (the provided backbuffer handle is essentially ignored). | public BufferedImage | createCompatibleImage(int width, int height) | public SurfaceData | createManagedSurface(int w, int h, int transparency) | public SurfaceData | createSurfaceData(X11ComponentPeer peer) Creates a new SurfaceData that will be associated with the given
X11ComponentPeer. | public void | destroyBackBuffer(long backBuffer) Destroys the backbuffer object represented by the given handle value. | public void | flip(X11ComponentPeer peer, Component target, VolatileImage xBackBuffer, BufferCapabilities.FlipContents flipAction) Performs the native GLX flip operation for the given target Component. | public BufferCapabilities | getBufferCapabilities() | public ColorModel | getColorModel(int transparency) | public static GLXGraphicsConfig | getConfig(X11GraphicsDevice device, int visualnum) | final public OGLContext | getContext() | 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 String | toString() |
createAcceleratedImage | public Image createAcceleratedImage(Component target, int width, int height)(Code) | | Creates a new hidden-acceleration image of the given width and height
that is associated with the target Component.
|
createBackBuffer | public long createBackBuffer(X11ComponentPeer peer, int numBuffers, BufferCapabilities caps) throws AWTException(Code) | | Attempts to create a GLX-based backbuffer for the given peer. If
the requested configuration is not natively supported, an AWTException
is thrown. Otherwise, if the backbuffer creation is successful, a
value of 1 is returned.
|
createBackBufferImage | public VolatileImage createBackBufferImage(Component target, long backBuffer)(Code) | | Creates a VolatileImage that essentially wraps the target Component's
backbuffer (the provided backbuffer handle is essentially ignored).
|
createManagedSurface | public SurfaceData createManagedSurface(int w, int h, int transparency)(Code) | | |
createSurfaceData | public SurfaceData createSurfaceData(X11ComponentPeer peer)(Code) | | Creates a new SurfaceData that will be associated with the given
X11ComponentPeer.
|
destroyBackBuffer | public void destroyBackBuffer(long backBuffer)(Code) | | Destroys the backbuffer object represented by the given handle value.
|
getContext | final public OGLContext getContext()(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.
|
Methods inherited from sun.awt.X11GraphicsConfig | public Image createAcceleratedImage(Component target, int width, int height)(Code)(Java Doc) public long createBackBuffer(X11ComponentPeer peer, int numBuffers, BufferCapabilities caps) throws AWTException(Code)(Java Doc) public VolatileImage createBackBufferImage(Component target, long backBuffer)(Code)(Java Doc) public SurfaceData createSurfaceData(X11ComponentPeer peer)(Code)(Java Doc) native public void destroyBackBuffer(long backBuffer)(Code)(Java Doc) public void flip(X11ComponentPeer peer, Component target, VolatileImage xBackBuffer, BufferCapabilities.FlipContents flipAction)(Code)(Java Doc) public long getAData()(Code)(Java Doc) public int getBitsPerPixel()(Code)(Java Doc) public Rectangle getBounds()(Code)(Java Doc) public BufferCapabilities getBufferCapabilities()(Code)(Java Doc) public synchronized ColorModel getColorModel()(Code)(Java Doc) public ColorModel getColorModel(int transparency)(Code)(Java Doc) public int getColormap()(Code)(Java Doc) public static X11GraphicsConfig getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer)(Code)(Java Doc) public static X11GraphicsConfig getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, int type)(Code)(Java Doc) public AffineTransform getDefaultTransform()(Code)(Java Doc) public int getDepth()(Code)(Java Doc) public GraphicsDevice getDevice()(Code)(Java Doc) public ImageCapabilities getImageCapabilities()(Code)(Java Doc) public AffineTransform getNormalizingTransform()(Code)(Java Doc) public Object getProxyKey()(Code)(Java Doc) public synchronized RenderLoops getSolidLoops(SurfaceType stype)(Code)(Java Doc) public synchronized SurfaceType getSurfaceType()(Code)(Java Doc) public int getVisual()(Code)(Java Doc) public boolean isDoubleBuffered()(Code)(Java Doc) native public Rectangle pGetBounds(int screenNum)(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|