Aviatrix3D
2.0 Beta 2

Uses of Class
org.j3d.aviatrix3d.output.graphics.BaseSurface

Packages that use BaseSurface
org.j3d.aviatrix3d.output.graphics Implementations of graphics output devices types for rendering the OpenGL output. 
org.j3d.renderer.aviatrix3d.swt.draw2d Lightweight output device implementation for SWT's Draw2D framework. 
 

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(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.Composite parent, int style, javax.media.opengl.GLCapabilities caps, BaseSurface sharedWith)
          Construct a surface shares it's GL context with the given surface.
SimpleSWTSurface(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.Composite parent, int style, javax.media.opengl.GLCapabilities caps, BaseSurface sharedWith)
          Construct a surface shares it's GL context with the given surface.
ElumensSWTSurface(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.Composite parent, int style, javax.media.opengl.GLCapabilities caps, BaseSurface sharedWith)
          Construct a surface shares it's GL context with the given surface.
DebugSWTSurface(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.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, boolean lightweight)
          Construct a surface shares it's GL context with the given surface.
 

Uses of BaseSurface in org.j3d.renderer.aviatrix3d.swt.draw2d
 

Subclasses of BaseSurface in org.j3d.renderer.aviatrix3d.swt.draw2d
 class BaseDraw2DSurface
          Extended base implementation of the basic drawable surface, but adding in some SWT-specific features.
 class DebugDraw2DSurface
          Implementation of the most basic drawable surface using Draw2D figure.
 class SimpleDraw2DSurface
          Implementation of the most basic drawable surface using Draw2D figure.
 

Constructors in org.j3d.renderer.aviatrix3d.swt.draw2d with parameters of type BaseSurface
SimpleDraw2DSurface(org.eclipse.swt.widgets.Display device, javax.media.opengl.GLCapabilities caps, BaseSurface sharedWith)
          Construct a surface shares it's GL context with the given surface.
SimpleDraw2DSurface(org.eclipse.swt.widgets.Display device, javax.media.opengl.GLCapabilities caps, javax.media.opengl.GLCapabilitiesChooser chooser, BaseSurface sharedWith)
          Construct a surface shares it's GL context with the given surface.
DebugDraw2DSurface(org.eclipse.swt.widgets.Display device, javax.media.opengl.GLCapabilities caps, BaseSurface sharedWith)
          Construct a surface shares it's GL context with the given surface.
DebugDraw2DSurface(org.eclipse.swt.widgets.Display device, javax.media.opengl.GLCapabilities caps, javax.media.opengl.GLCapabilitiesChooser chooser, BaseSurface sharedWith)
          Construct a surface shares it's GL context with the given surface.
BaseDraw2DSurface(BaseSurface sharedWith)
          Construct a surface that requires the given set of capabilities.
 


Aviatrix3D
2.0 Beta 2

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2006 j3d.org