Aviatrix3D
2.1.0

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. 
org.j3d.renderer.aviatrix3d.swt.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
          Deprecated. Class is moving to a new package org.j3d.renderer.aviatrix3d.swt.output
 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
          Deprecated. Class is moving to a new package org.j3d.renderer.aviatrix3d.swt.output
 class ElumensAWTSurface
          A surface which uses the Elumens SPI library to output to curved surfaces.
 class ElumensSWTSurface
          Deprecated. Elumens support is being removed for AV3D 3.0
 class PbufferSurface
          Implementation of a drawable surface that only renders to an offscreen pbuffer.
 class SimpleAWTSurface
          Implementation of the most basic drawable surface, supporting the minimal number of features.
 class SimpleSWTSurface
          Deprecated. Class is moving to a new package org.j3d.renderer.aviatrix3d.swt.output
 class StereoAWTSurface
          Implementation of the most drawable surface, supporting stereo rendering capabilities.
 class StereoSWTSurface
          Deprecated. Class is moving to a new package org.j3d.renderer.aviatrix3d.swt.output
 

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
BaseAWTSurface(BaseSurface sharedWith, boolean lightweight)
          Construct a surface shares it's GL context with the given surface.
BaseSurface(BaseSurface sharedWith)
          Construct a surface shares it's GL context with the given surface.
BaseSWTSurface(BaseSurface sharedWith)
          Deprecated. Construct a surface that requires the given set of capabilities.
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, 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)
          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.
DebugSWTSurface(org.eclipse.swt.widgets.Composite parent, int style, javax.media.opengl.GLCapabilities caps, BaseSurface sharedWith)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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, 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)
          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.
ElumensSWTSurface(org.eclipse.swt.widgets.Composite parent, int style, javax.media.opengl.GLCapabilities caps, BaseSurface sharedWith)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. Construct a surface shares it's GL context with the given surface.
PbufferSurface(javax.media.opengl.GLCapabilities caps, BaseSurface sharedSurface, int width, int height)
          Construct a surface shares it's GL context with the given surface.
PbufferSurface(javax.media.opengl.GLCapabilities caps, javax.media.opengl.GLCapabilitiesChooser chooser, BaseSurface sharedSurface, int width, int height)
          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, 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)
          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.
SimpleSWTSurface(org.eclipse.swt.widgets.Composite parent, int style, javax.media.opengl.GLCapabilities caps, BaseSurface sharedWith)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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, 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, 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, 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)
          Deprecated. 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, int policy)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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
BaseDraw2DSurface(BaseSurface sharedWith)
          Construct a surface that requires the given set of capabilities.
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.
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.
 

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

Constructors in org.j3d.renderer.aviatrix3d.swt.output with parameters of type BaseSurface
BaseSWTSurface(BaseSurface sharedWith)
          Construct a surface that requires the given set of capabilities.
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, 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)
          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.
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, 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)
          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.
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, 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, 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, int policy)
          Construct a surface shares it's GL context with the given surface.
 


Aviatrix3D
2.1.0

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