Aviatrix3D
2.1.0

Uses of Class
org.j3d.aviatrix3d.Viewport2D

Packages that use Viewport2D
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
 

Uses of Viewport2D in org.j3d.aviatrix3d
 

Methods in org.j3d.aviatrix3d that return Viewport2D
 Viewport2D SimpleLayer2D.getViewport()
          Get the currently set viewport instance.
 Viewport2D CompositeLayer2D.getViewport(int num)
          Get the currently set viewport instance at a specific index.
 Viewport2D CompositeLayer2D.removeViewport(int num)
          Remove the given viewport at the specified index from this layer.
 

Methods in org.j3d.aviatrix3d with parameters of type Viewport2D
 void CompositeLayer2D.addViewport(Viewport2D vp)
          Add a new viewport to be used by this layer.
 void CompositeLayer2D.insertViewport(Viewport2D vp, int index)
          Add a new viewport to be used by this layer at a specified position in the array of viewpor.
 void CompositeLayer2D.removeViewport(Viewport2D vp)
          Remove the given viewport from this layer.
 void SimpleLayer2D.setViewport(Viewport2D vp)
          Set a new viewport instance to be used by this layer.
 


Aviatrix3D
2.1.0

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