| Interface | Description |
|---|---|
| Java2DGLContext |
Provides a construct by which the shared GLJPanel code can
interact with a few methods in the Mac OS X-specific Java2D/JOGL
bridge implementation.
|
| JAWT_PlatformInfo |
Marker class for all window system-specific JAWT data structures.
|
| NativeLibLoader.LoaderAction |
| Class | Description |
|---|---|
| Debug |
Helper routines for logging and debugging.
|
| FunctionAvailabilityCache |
A utility object intended to be used by implementations to act as a cache
of which OpenGL functions are currently available on both the host machine
and display.
|
| GLBufferSizeTracker |
Tracks as closely as possible the sizes of allocated OpenGL buffer
objects.
|
| GLBufferStateTracker |
Tracks as closely as possible which OpenGL buffer object is bound
to which binding target in the current OpenGL context.
|
| GLContextImpl | |
| GLContextLock |
Implements the makeCurrent / release locking behavior of the
GLContext class.
|
| GLContextShareSet |
Provides a mechanism by which OpenGL contexts can share textures
and display lists in the face of multithreading and asynchronous
context creation as is inherent in the AWT and Swing.
|
| GLDrawableFactoryImpl |
Extends GLDrawableFactory with a few methods for handling
typically software-accelerated offscreen rendering (Device
Independent Bitmaps on Windows, pixmaps on X11).
|
| GLDrawableHelper |
Encapsulates the implementation of most of the GLAutoDrawable's
methods to be able to share it between GLCanvas and GLJPanel.
|
| GLDrawableImpl | |
| GLImpl | |
| GLObjectTracker |
Tracks the creation of server-side OpenGL objects which can be
shared between contexts.
|
| GLPbufferImpl |
Platform-independent class exposing pbuffer functionality to
applications.
|
| GLProcAddressTable |
This table is a cache of pointers to the dynamically-linkable C
functions this autogenerated Java binding has exposed.
|
| GLUProcAddressTable |
This table is a cache of pointers to the dynamically-linkable C
functions this autogenerated Java binding has exposed.
|
| GLUquadricImpl |
GLUquadricImpl.java
Created 22-dec-2003 (originally Quadric.java)
|
| GLWorkerThread |
Singleton thread upon which all OpenGL work is performed by
default.
|
| Java2D |
Defines integration with the Java2D OpenGL pipeline.
|
| JAWT | |
| JAWT_DrawingSurface | |
| JAWT_DrawingSurfaceInfo | |
| JAWT_Rectangle | |
| JAWTFactory | |
| NativeLibLoader | |
| Project |
Project.java
Created 11-jan-2004
|
| StaticGLInfo |
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.