Uses of Class
com.sun.j3d.utils.universe.Viewer

Packages that use Viewer
com.sun.j3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
 

Uses of Viewer in com.sun.j3d.utils.universe
 

Methods in com.sun.j3d.utils.universe that return Viewer
 Viewer SimpleUniverse.getViewer()
          Returns the Viewer object associated with this scene graph.
 Viewer ConfiguredUniverse.getViewer(int index)
          Returns the Viewer object specified by the given index.
 Viewer[] ViewingPlatform.getViewers()
          Returns the Viewers attached to this ViewingPlatform
 Viewer[] ConfiguredUniverse.getViewers()
          Returns all of the Viewer objects associated with this scene graph.
 

Constructors in com.sun.j3d.utils.universe with parameters of type Viewer
ConfiguredUniverse(ViewingPlatform viewingPlatform, Viewer viewer)
          Equivalent to SimpleUniverse(ViewingPlatform, Viewer).
ConfiguredUniverse(ViewingPlatform viewingPlatform, Viewer viewer, LocaleFactory localeFactory)
          Equivalent to SimpleUniverse(ViewingPlatform, Viewer, LocalFactory).
SimpleUniverse(ViewingPlatform viewingPlatform, Viewer viewer)
          Creates the "view" side of the scene graph.
SimpleUniverse(ViewingPlatform viewingPlatform, Viewer viewer, LocaleFactory localeFactory)
          Creates the "view" side of the scene graph.