Uses of Class
javax.media.ding3d.utils.universe.Viewer

Packages that use Viewer
javax.media.ding3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
 

Uses of Viewer in javax.media.ding3d.utils.universe
 

Methods in javax.media.ding3d.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.
static Viewer Viewer.getViewer(View view)
          Get the Viewer associated with the view object.
 Viewer[] ViewingPlatform.getViewers()
          Returns the Viewers attached to this ViewingPlatform
 Viewer[] ConfiguredUniverse.getViewers()
          Returns all of the Viewer objects associated with this scene graph.
static Viewer Viewer.removeViewerMapEntry(View view)
          Removes the entry associated with the view object.
 

Constructors in javax.media.ding3d.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.