| Home >> All >> gl4java >> [ drawable Javadoc ] |
| | gl4java.drawable.utils.* (1) |
gl4java.drawable: Javadoc index of package gl4java.drawable.
Package Samples:
gl4java.drawable.utils
Classes:
GLDrawableFactory: Provides a VM- and OS-independent mechanism for creating gl4java.awt.GLAnimCanvas , gl4java.awt.GLCanvas , gl4java.swing.GLAnimJPanel and gl4java.swing.GLJPanel objects. Most useful when used in conjunction with the GLEventListener model, where subclassing is not required. The gl4java.GLCapabilities objects passed in to the various factory methods are used as a minimum specification for the properties of the returned GLCanvas. The canvas will either meet or exceed all of the integer properties such as color and accumulation buffer depth and will match all of the boolean properties such as enabling ...
GLDrawable: Abstracts common functionality among the OpenGL components such as GLCanvas and GLJPanel. The GLDrawable/GLEventListener interfaces allow client code to draw using OpenGL without subclassing.
GLEventListenerList: Helper class for implementing a list of GLEventListeners. This is only needed because we can not use the JDK 1.2 collection classes since we have to be backward compatible with JDK 1.1.
GLEventListener: Declares events which client code can handle to perform OpenGL rendering into a GLDrawable without subclassing.
SunJDK13GLDrawableFactory: A GLDrawableFactory which works with Sun's JDK 1.3 or greater.
X11SunJDK13GLDrawableFactory
DummyGLDrawableFactory
MacSunJDK13GLDrawableFactory
Win32SunJDK13GLDrawableFactory
| Home | Contact Us | Privacy Policy | Terms of Service |