Package | Description |
---|---|
com.sun.j3d.utils.universe |
Modifier and Type | Field and Description |
---|---|
protected Viewer[] |
SimpleUniverse.viewer
Viewer reference needed to create the "view" portion
of the scene graph.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|