j3d.org OpenGL SWT Bindings
C G O S T

C

canCreateExternalGLDrawable() - Method in class org.j3d.opengl.swt.SWTRIDrawableFactory
Check to see if this card can create a drawable instance using an external GL context.
canCreateGLPbuffer() - Method in class org.j3d.opengl.swt.SWTRIDrawableFactory
Check to see if this system is capable of creating a Pbuffer.
chooseGraphicsConfiguration(GLCapabilities, GLCapabilitiesChooser, AbstractGraphicsDevice) - Method in class org.j3d.opengl.swt.SWTRIDrawableFactory
Selects a graphics configuration on the specified graphics device compatible with the supplied GLCapabilities.
createExternalGLContext() - Method in class org.j3d.opengl.swt.SWTRIDrawableFactory
Creates a GLContext object representing an existing OpenGL context in an external (third-party) OpenGL-based library.
createExternalGLDrawable() - Method in class org.j3d.opengl.swt.SWTRIDrawableFactory
Create a GLDrawable object representing an existing OpenGL drawable in an external (third-party) OpenGL-based library.
createGLPbuffer(GLCapabilities, int, int, GLContext) - Method in class org.j3d.opengl.swt.SWTRIDrawableFactory
Creates a GLPbuffer with the given capabilites and dimensions.

G

GLCanvas - class org.j3d.opengl.swt.GLCanvas.
A widget that represents a surface that OpenGL draws into.
GLCanvas(Composite, int) - Constructor for class org.j3d.opengl.swt.GLCanvas
Create a new isntance of this widget using the default GL capabilities.
GLCanvas(Composite, int, GLContext) - Constructor for class org.j3d.opengl.swt.GLCanvas
Create a new isntance of this widget
GLCanvas(Composite, int, GLCapabilities, GLCapabilitiesChooser, GLContext) - Constructor for class org.j3d.opengl.swt.GLCanvas
Create a new instance of this widget.
getGLContext() - Method in class org.j3d.opengl.swt.GLCanvas
Get the GLContext instance that was created for this canvas instance.
getGLData() - Method in interface org.j3d.opengl.swt.SWTGraphicsConfiguration
Get the SWT representation of GL data information.
getGLDrawable() - Method in class org.j3d.opengl.swt.GLCanvas
Get the GLContext instance that was created for this canvas instance.
getGLDrawable(Object, GLCapabilities, GLCapabilitiesChooser) - Method in class org.j3d.opengl.swt.SWTRIDrawableFactory
Returns a GLDrawable that wraps a platform-specific window system object, such as an AWT or LCDUI Canvas.

O

org.j3d.opengl.swt - package org.j3d.opengl.swt
The core implementation of the OpenGL Java bindings.

S

SWTGLUtils - class org.j3d.opengl.swt.SWTGLUtils.
Utility class for swapping between the stock SWT GL classes and our own.
SWTGraphicsConfiguration - interface org.j3d.opengl.swt.SWTGraphicsConfiguration.
A wrapper for SWT graphics configuration information allowing it to be handled in a toolkit-independent manner.
SWTGraphicsDevice - class org.j3d.opengl.swt.SWTGraphicsDevice.
A wrapper for an AWT GraphicsConfiguration allowing it to be handled in a toolkit-independent manner.
SWTGraphicsDevice() - Constructor for class org.j3d.opengl.swt.SWTGraphicsDevice
Create a new isntance of this graphics device that wraps the given SWT-specific information in a platform independent way.
SWTRIDrawableFactory - class org.j3d.opengl.swt.SWTRIDrawableFactory.
An implementation of the GLDrawableFactory that generates SWT-specific capabilities using an extension of the JOGL Reference Implementation codebase.
SWTRIDrawableFactory() - Constructor for class org.j3d.opengl.swt.SWTRIDrawableFactory
Create a new instance of this drawable factory.

T

toGLCapabilities(GLData) - Static method in class org.j3d.opengl.swt.SWTGLUtils
Convert a SWT GLData into a GLCapabilties object.
toGLData(GLCapabilities) - Static method in class org.j3d.opengl.swt.SWTGLUtils
Convert from a GLCapabilities to a SWT GLData object.

C G O S T
j3d.org OpenGL SWT Bindings

Latest Info from http://www.j3d.org/
Copyright © 2003 - 2005 j3d.org