|
Aviatrix3D 2.0 Dev |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseSurface | |
org.j3d.aviatrix3d.output.graphics | Implementations of graphics output devices types for rendering the OpenGL output. |
Uses of BaseSurface in org.j3d.aviatrix3d.output.graphics |
Subclasses of BaseSurface in org.j3d.aviatrix3d.output.graphics | |
class |
BaseAWTSurface
Implementation of the most basic drawable surface extended to provide AWT-specific features. |
class |
BaseSWTSurface
Extended base implementation of the basic drawable surface, but adding in some SWT-specific features. |
class |
DebugAWTSurface
Implementation of drawable surface with the key mapping defined to allow the GL trace to be debugged for a single frame. |
class |
DebugSWTSurface
Implementation of the surface using SWT that allows for single-shot debugging output.. |
class |
ElumensAWTSurface
A surface which uses the Elumens SPI library to output to curved surfaces. |
class |
ElumensSWTSurface
Implementation of a surface using SWT that can render to an elumens output device. |
class |
SimpleAWTSurface
Implementation of the most basic drawable surface, supporting the minimal number of features. |
class |
SimpleSWTSurface
Implementation of the most basic drawable surface using SWT. |
class |
StereoAWTSurface
Implementation of the most drawable surface, supporting stereo rendering capabilities. |
class |
StereoSWTSurface
Implementation of the most drawable surface, supporting stereo rendering capabilities. |
Fields in org.j3d.aviatrix3d.output.graphics declared as BaseSurface | |
protected BaseSurface |
BaseSurface.sharedSurface
Flag indicating if this surface is shared with another |
Constructors in org.j3d.aviatrix3d.output.graphics with parameters of type BaseSurface | |
StereoSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith,
int policy)
Construct a surface shares it's GL context with the given surface. |
|
StereoSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith,
int policy)
Construct a surface shares it's GL context with the given surface. |
|
StereoSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith,
boolean lightweight,
int policy)
Construct a surface shares it's GL context with the given surface. |
|
StereoSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith,
boolean lightweight,
int policy)
Construct a surface shares it's GL context with the given surface. |
|
StereoAWTSurface(javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith,
int policy)
Construct a surface shares it's GL context with the given surface. |
|
StereoAWTSurface(javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith,
int policy)
Construct a surface shares it's GL context with the given surface. |
|
StereoAWTSurface(javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith,
boolean lightweight,
int policy)
Construct a surface shares it's GL context with the given surface. |
|
StereoAWTSurface(javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith,
boolean lightweight,
int policy)
Construct a surface shares it's GL context with the given surface. |
|
SimpleSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith)
Construct a surface shares it's GL context with the given surface. |
|
SimpleSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith)
Construct a surface shares it's GL context with the given surface. |
|
SimpleSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
SimpleSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
SimpleAWTSurface(javax.media.opengl.GLCapabilities caps,
BaseSurface sharedSurface)
Construct a surface shares it's GL context with the given surface. |
|
SimpleAWTSurface(javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedSurface)
Construct a surface shares it's GL context with the given surface. |
|
SimpleAWTSurface(javax.media.opengl.GLCapabilities caps,
BaseSurface sharedSurface,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
SimpleAWTSurface(javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedSurface,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
ElumensSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith)
Construct a surface shares it's GL context with the given surface. |
|
ElumensSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith)
Construct a surface shares it's GL context with the given surface. |
|
ElumensSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
ElumensSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
ElumensAWTSurface(javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith)
Construct a surface shares it's GL context with the given surface. |
|
ElumensAWTSurface(javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith)
Construct a surface shares it's GL context with the given surface. |
|
ElumensAWTSurface(javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
ElumensAWTSurface(javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
DebugSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith)
Construct a surface shares it's GL context with the given surface. |
|
DebugSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith)
Construct a surface shares it's GL context with the given surface. |
|
DebugSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
BaseSurface sharedWith,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
DebugSWTSurface(Composite parent,
int style,
javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedWith,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
DebugAWTSurface(javax.media.opengl.GLCapabilities caps,
BaseSurface sharedSurface)
Construct a surface shares it's GL context with the given surface. |
|
DebugAWTSurface(javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedSurface)
Construct a surface shares it's GL context with the given surface. |
|
DebugAWTSurface(javax.media.opengl.GLCapabilities caps,
BaseSurface sharedSurface,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
DebugAWTSurface(javax.media.opengl.GLCapabilities caps,
javax.media.opengl.GLCapabilitiesChooser chooser,
BaseSurface sharedSurface,
boolean lightweight)
Construct a surface shares it's GL context with the given surface. |
|
BaseSWTSurface(BaseSurface sharedWith)
Construct a surface that requires the given set of capabilities. |
|
BaseSurface(BaseSurface sharedWith)
Construct a surface shares it's GL context with the given surface. |
|
BaseAWTSurface(BaseSurface sharedWith)
Construct a surface shares it's GL context with the given surface. |
|
Aviatrix3D 2.0 Dev |
||||||||||
PREV NEXT | FRAMES NO FRAMES |