Aviatrix3D
2.1.0

Uses of Class
org.j3d.aviatrix3d.Layer

Packages that use Layer
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
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.renderer.aviatrix3d.loader Implementations of file loaders that produce an Aviatrix3D scene graph. 
 

Uses of Layer in org.j3d.aviatrix3d
 

Subclasses of Layer in org.j3d.aviatrix3d
 class CompositeLayer
          A layer that allows the definition of multiple viewports to be rendered.
 class CompositeLayer2D
          A layer that allows the definition of multiple viewports to be rendered, but is restricted to 2D rendering only.
 class SimpleLayer
          An layer definition that only allows a single viewport that covers the entire area as it's child.
 class SimpleLayer2D
          An layer definition that only allows a single viewport that covers the entire area as it's child.
 

Methods in org.j3d.aviatrix3d with parameters of type Layer
 int Layer.compareTo(Layer layer)
          Compares this object with the specified object for order.
 boolean Layer.equals(Layer layer)
          Compares this object with the specified object to check for equivalence.
 void PBufferTextureSource.getLayers(Layer[] layers)
          Deprecated. Fetch the current layers that are set.
 void OffscreenTexture2D.getLayers(Layer[] layers)
          Fetch the current layers that are set.
 void MRTOffscreenTexture2D.getLayers(Layer[] layers)
          Fetch the current layers that are set.
 void PBufferTextureSource.setLayers(Layer[] layers, int numLayers)
          Deprecated. Set the collection of geometry that should be rendered to this texture.
 void OffscreenTexture2D.setLayers(Layer[] layers, int numLayers)
          Set the collection of geometry that should be rendered to this texture.
 void MRTOffscreenTexture2D.setLayers(Layer[] layers, int numLayers)
          Set the collection of geometry that should be rendered to this texture.
 

Uses of Layer in org.j3d.aviatrix3d.management
 

Methods in org.j3d.aviatrix3d.management with parameters of type Layer
 void SingleDisplayCollection.getLayers(Layer[] layers)
          Fetch the current layers that are set.
abstract  void DisplayCollection.getLayers(Layer[] layers)
          Fetch the current layers that are set.
 void SingleDisplayCollection.setLayers(Layer[] layers, int numLayers)
          Set the set of layers for this manager.
abstract  void DisplayCollection.setLayers(Layer[] layers, int numLayers)
          Set the set of layers for this manager.
 

Uses of Layer in org.j3d.renderer.aviatrix3d.loader
 

Methods in org.j3d.renderer.aviatrix3d.loader that return types with arguments of type Layer
 java.util.List<Layer> AVModel.getLayers()
          Get the list of layers that are contained in the file.
 


Aviatrix3D
2.1.0

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