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

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

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

Methods in com.sun.j3d.utils.universe that return ConfigContainer
 ConfigContainer ConfiguredUniverse.getConfigContainer()
          Returns a container holding all the objects defined by the configuration file used to create the ConfiguredUniverse.
 

Constructors in com.sun.j3d.utils.universe with parameters of type ConfigContainer
ConfiguredUniverse(ConfigContainer userConfig)
          Retrieves view-side scenegraph components from the given container to create a universe with one Locale, one or more ViewingPlatforms, and at least one Viewer object.
ConfiguredUniverse(ConfigContainer userConfig, LocaleFactory localeFactory, HiResCoord origin)
          Retrieves view-side scenegraph components from the given container to create a universe with one Locale created from the specified LocaleFactory and origin, one or more ViewingPlatforms, and at least one Viewer object.