Aviatrix3D
2.0 Beta 2

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 SingleThreadRenderManager.addPipeline(RenderPipeline pipe)
          Add a graphicsPipeline to be rendered to the manager.
 void SingleThreadRenderManager.removePipeline(RenderPipeline pipe)
          Remove an already registered graphicsPipeline from the manager.
 void RenderManager.addPipeline(RenderPipeline pipe)
          Add a pipeline to be rendered to the manager.
 void RenderManager.removePipeline(RenderPipeline pipe)
          Remove an already registered pipeline from the manager.
 void MultiThreadRenderManager.addPipeline(RenderPipeline pipe)
          Add a pipeline to be rendered to the manager.
 void MultiThreadRenderManager.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.0 Beta 2

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