Aviatrix3D
2.0 Dev

Uses of Interface
org.j3d.aviatrix3d.pipeline.graphics.GraphicsOutputDevice

Packages that use GraphicsOutputDevice
org.j3d.aviatrix3d.output.graphics Implementations of graphics output devices types for rendering the OpenGL output. 
org.j3d.aviatrix3d.pipeline.graphics Implementations of the various pipeline pieces. 
org.j3d.aviatrix3d.rendering Various audio device types for rendering sound data. 
 

Uses of GraphicsOutputDevice in org.j3d.aviatrix3d.output.graphics
 

Subinterfaces of GraphicsOutputDevice in org.j3d.aviatrix3d.output.graphics
 interface ElumensOutputDevice
          An extended form of the GraphicsOutputDevice interface that adds methods that are specific to managing Elumens setup functionality.
 

Classes in org.j3d.aviatrix3d.output.graphics that implement GraphicsOutputDevice
 class BaseAWTSurface
          Implementation of the most basic drawable surface extended to provide AWT-specific features.
 class BaseSurface
          Implementation of the most basic drawable surface, supporting the minimal number of features that is to be used by other, more complete implementations.
 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.
 

Uses of GraphicsOutputDevice in org.j3d.aviatrix3d.pipeline.graphics
 

Methods in org.j3d.aviatrix3d.pipeline.graphics that return GraphicsOutputDevice
 GraphicsOutputDevice GraphicsRenderPipeline.getGraphicsOutputDevice()
          Get the currently registered drawable surface instance.
 GraphicsOutputDevice DefaultGraphicsPipeline.getGraphicsOutputDevice()
          Get the currently registered drawable surface instance.
 

Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type GraphicsOutputDevice
 void SortToSingleDrawListener.setGraphicsOutputDevice(GraphicsOutputDevice device)
          Set the surfaces instance to be used as the target.
 void GraphicsRenderPipeline.setGraphicsOutputDevice(GraphicsOutputDevice device)
          Register a drawing surface that this pipeline will send its output to.
 void DefaultGraphicsPipeline.setGraphicsOutputDevice(GraphicsOutputDevice device)
          Register a drawing surface that this pipeline will send its output to.
 

Uses of GraphicsOutputDevice in org.j3d.aviatrix3d.rendering
 

Methods in org.j3d.aviatrix3d.rendering with parameters of type GraphicsOutputDevice
 void SingleThreadRenderManager.setGraphicsOutputDevice(GraphicsOutputDevice surface)
          Set the graphicsDevice surface that is the output for this render manager.
 

Constructors in org.j3d.aviatrix3d.rendering with parameters of type GraphicsOutputDevice
SingleThreadRenderManager(GraphicsRenderPipeline graphicsPipe, GraphicsOutputDevice graphicsDev)
          Constructs a new DefaultRenderManager for a single channel
SingleThreadRenderManager(GraphicsRenderPipeline graphicsPipe, AudioRenderPipeline audioPipe, GraphicsOutputDevice graphicsDev, AudioOutputDevice audioDev)
          Constructs a new DefaultRenderManager for a single channel
 


Aviatrix3D
2.0 Dev

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