sun.java2d.opengl |
|
Java Source File Name | Type | Comment |
OGLBlitLoops.java | Class | |
OGLBufImgOps.java | Class | |
OGLContext.java | Class | Note that the RenderQueue lock must be acquired before calling any of
the methods in this class. |
OGLDrawImage.java | Class | |
OGLGraphicsConfig.java | Interface | This interface collects the methods that are provided by both
GLXGraphicsConfig and WGLGraphicsConfig, making it easier to invoke these
methods directly from OGLSurfaceData. |
OGLMaskBlit.java | Class | |
OGLMaskFill.java | Class | |
OGLPaints.java | Class | |
OGLRenderer.java | Class | |
OGLRenderQueue.java | Class | OGL-specific implementation of RenderQueue. |
OGLSurfaceData.java | Class | This class describes an OpenGL "surface", that is, a region of pixels
managed via OpenGL. |
OGLSurfaceDataProxy.java | Class | The proxy class contains the logic for when to replace a
SurfaceData with a cached OGL Texture and the code to create
the accelerated surfaces. |
OGLTextRenderer.java | Class | |
OGLUtilities.java | Class | This class contains a number of static utility methods that may be
called (via reflection) by a third-party library, such as JOGL, in order
to interoperate with the OGL-based Java 2D pipeline.
WARNING: These methods are being made available as a temporary measure
until we offer a more complete, public solution. |