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

Packages that use SimpleUniverse
com.sun.j3d.utils.scenegraph.io This package provides a Java3D SceneGraph IO capability. 
com.sun.j3d.utils.scenegraph.io.retained   
com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe   
com.sun.j3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
 

Uses of SimpleUniverse in com.sun.j3d.utils.scenegraph.io
 

Methods in com.sun.j3d.utils.scenegraph.io with parameters of type SimpleUniverse
 void SceneGraphStreamWriter.writeUniverse(SimpleUniverse universe, boolean writeContent)
          Write universe to the Stream.
 

Constructors in com.sun.j3d.utils.scenegraph.io with parameters of type SimpleUniverse
SceneGraphFileWriter(java.io.File file, SimpleUniverse universe, boolean writeUniverseContent, java.lang.String fileDescription, java.io.Serializable fileUserData)
          Creates new SceneGraphFileWriter and opens the file for writing.
 

Uses of SimpleUniverse in com.sun.j3d.utils.scenegraph.io.retained
 

Methods in com.sun.j3d.utils.scenegraph.io.retained with parameters of type SimpleUniverse
 void RandomAccessFileControl.createFile(java.io.File file, SimpleUniverse universe, boolean writeUniverseContent, java.lang.String description, java.io.Serializable userData)
          Create the file and write the inital header information
 void Controller.writeUniverse(java.io.DataOutput out, SimpleUniverse universe, boolean writeUniverseContent)
          Write out the Universe information.
 

Uses of SimpleUniverse in com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe
 

Constructors in com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe with parameters of type SimpleUniverse
SimpleUniverseState(SimpleUniverse universe, Controller control)
          Creates new SimpleUniverseState for writing.
 

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

Subclasses of SimpleUniverse in com.sun.j3d.utils.universe
 class ConfiguredUniverse
          This utility class creates all the necessary objects on the view side of the scene graph.
 

Methods in com.sun.j3d.utils.universe that return SimpleUniverse
 SimpleUniverse ViewingPlatform.getUniverse()
          Returns the Universe to which this ViewingPlatform is attached
 SimpleUniverse Viewer.getUniverse()
          Returns the Universe to which this Viewer is attached
 

Methods in com.sun.j3d.utils.universe with parameters of type SimpleUniverse
 void ViewingPlatform.setUniverse(SimpleUniverse universe)
          Sets the Universe to which this ViewingPlatform is attached