Uses of Class
net.jbeans.j3d.universe.ViewingPlatform

Packages that use ViewingPlatform
net.jbeans.j3d.universe   
net.jbeans.j3d.util.behavior.seek   
net.jbeans.j3d.util.manipulator   
 

Uses of ViewingPlatform in net.jbeans.j3d.universe
 

Methods in net.jbeans.j3d.universe that return ViewingPlatform
 ViewingPlatform Universe.getViewingPlatform()
          Returns the ViewingPlatform object associated with this scene graph.
 ViewingPlatform Universe.getViewingPlatform(int index)
          Returns the ViewingPlatform object associated with this scene graph.
 

Methods in net.jbeans.j3d.universe with parameters of type ViewingPlatform
 void Universe.addViewingPlatform(ViewingPlatform viewingPlatform)
          add a viewing platform.
 void Universe.removeViewingPlatform(ViewingPlatform viewingPlatform)
          removes the specified viewing platform.
 

Constructors in net.jbeans.j3d.universe with parameters of type ViewingPlatform
SeekableUniverse(ViewingPlatform viewingPlatform, Viewer viewer)
          Creates the "view" side of the scene graph.
ManipulatableUniverse(ViewingPlatform viewingPlatform, Viewer viewer)
          Creates the "view" side of the scene graph.
SelectableUniverse(ViewingPlatform viewingPlatform, Viewer viewer)
          Creates the "view" side of the scene graph.
Universe(ViewingPlatform viewingPlatform, com.sun.j3d.utils.universe.Viewer viewer)
          Creates the "view" side of the scene graph.
 

Uses of ViewingPlatform in net.jbeans.j3d.util.behavior.seek
 

Methods in net.jbeans.j3d.util.behavior.seek with parameters of type ViewingPlatform
 void SeekBehavior.setViewingPlatform(ViewingPlatform viewingplatform)
           
 

Uses of ViewingPlatform in net.jbeans.j3d.util.manipulator
 

Methods in net.jbeans.j3d.util.manipulator with parameters of type ViewingPlatform
 void Seek.initForSeek(javax.media.j3d.Canvas3D canvas3d, javax.media.j3d.BranchGroup branchgroup, ViewingPlatform viewingplatform)
           
 



Copyright © 1995-2004 net.jbeans. All Rights Reserved.