j3d.org OpenGL SWT Bindings
C D G I 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, GLCapabilitiesChooser, int, int, GLContext) - Method in class org.j3d.opengl.swt.SWTRIDrawableFactory
Creates a GLPbuffer with the given capabilites and dimensions.

D

disableSingleThreading() - Static method in class org.j3d.opengl.swt.Threading
If an implementation of the javax.media.opengl APIs offers a multithreading option but the default behavior is single-threading, this API provides a mechanism for end users to disable single-threading in this implementation.

G

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.
GLCanvas - Class in org.j3d.opengl.swt
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.

I

invokeOnOpenGLThread(Runnable) - Static method in class org.j3d.opengl.swt.Threading
Executes the passed Runnable on the single thread used for all OpenGL work in this javax.media.opengl API implementation.
isOpenGLThread() - Static method in class org.j3d.opengl.swt.Threading
Indicates whether the current thread is the single thread on which this implementation of the javax.media.opengl APIs performs all of its OpenGL-related work.
isSingleThreaded() - Static method in class org.j3d.opengl.swt.Threading
Indicates whether OpenGL work is being automatically forced to a single thread in this implementation.

O

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

S

SWTGLUtils - Class in org.j3d.opengl.swt
Utility class for swapping between the stock SWT GL classes and our own.
SWTGraphicsConfiguration - Interface in org.j3d.opengl.swt
A wrapper for SWT graphics configuration information allowing it to be handled in a toolkit-independent manner.
SWTGraphicsDevice - Class in org.j3d.opengl.swt
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 in org.j3d.opengl.swt
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

Threading - Class in org.j3d.opengl.swt
This API provides access to the threading model for the implementation of JOGL on SWT.
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 D G I O S T
j3d.org OpenGL SWT Bindings

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