Aviatrix3D
2.1.0

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

Packages that use RenderPipeline
org.j3d.aviatrix3d.management Interfaces and classes that provide the high level management of the integration between the scene graph and rendering pipeline. 
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 RenderPipeline in org.j3d.aviatrix3d.management
 

Methods in org.j3d.aviatrix3d.management with parameters of type RenderPipeline
 void SingleDisplayCollection.addPipeline(RenderPipeline pipe)
          Add a pipeline to be rendered to the manager.
abstract  void DisplayCollection.addPipeline(RenderPipeline pipe)
          Add a pipeline to be rendered to the manager.
 void SingleDisplayCollection.removePipeline(RenderPipeline pipe)
          Remove an already registered pipeline from the manager.
abstract  void DisplayCollection.removePipeline(RenderPipeline pipe)
          Remove an already registered pipeline from the manager.
 

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

Subinterfaces of RenderPipeline in org.j3d.aviatrix3d.pipeline.audio
 interface AudioRenderPipeline
          A marker interface that represents a single complete audio rendering pipeline.
 

Classes in org.j3d.aviatrix3d.pipeline.audio that implement RenderPipeline
 class DefaultAudioPipeline
          The default implementation of the audio pipeline usable by most applications.
 

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

Subinterfaces of RenderPipeline in org.j3d.aviatrix3d.pipeline.graphics
 interface GraphicsRenderPipeline
          A marker interface that represents a single complete rendering pipeline.
 

Classes in org.j3d.aviatrix3d.pipeline.graphics that implement RenderPipeline
 class DefaultGraphicsPipeline
          The default implementation of the rendering pipeline usable by most applications.
 


Aviatrix3D
2.1.0

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