Aviatrix3D
2.2.0

Uses of Interface
org.j3d.aviatrix3d.pipeline.OutputDevice

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

Uses of OutputDevice in org.j3d.aviatrix3d.output.audio
 

Classes in org.j3d.aviatrix3d.output.audio that implement OutputDevice
 class OpenALAudioDevice
          Implementation of the most basic audio device, supporting the minimal number of features using OpenAL.
 

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

Subinterfaces of OutputDevice 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 OutputDevice
 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
          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
 

Uses of OutputDevice in org.j3d.aviatrix3d.pipeline.audio
 

Subinterfaces of OutputDevice in org.j3d.aviatrix3d.pipeline.audio
 interface AudioOutputDevice
          Interface representing the output device for an audio pipeline..
 

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

Subinterfaces of OutputDevice in org.j3d.aviatrix3d.pipeline.graphics
 interface GraphicsOutputDevice
          Interface representing the output of a render pipeline that specifically deals with graphical (visual) information.
 

Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type OutputDevice
 void SurfaceInfoListenerMulticaster.surfaceInfoChanged(OutputDevice surface, SurfaceInfo info)
          Notification that the graphics output device has changed GL context and this is the collection of new information.
 void SurfaceInfoListener.surfaceInfoChanged(OutputDevice surface, SurfaceInfo info)
          Notification that the graphics output device has changed GL context and this is the collection of new information.
 


Aviatrix3D
2.2.0

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