Package com.sun.j3d.utils.universe

Provides utility classes for setting up the Java 3D universe, including the viewing configuration.

See:
          Description

Interface Summary
LocaleFactory This interface defines a factory for creating Locale objects in a SimpleUniverse.
 

Class Summary
ConfigCommand Contains the elements which compose a configuration file command, including the command name, type, and arguments.
ConfigContainer Loads a Java 3D configuration file and creates a container of named objects that will effect the viewing configuration specified in the file.
ConfigContainer.ConfigAlias A class that does nothing but reference another ConfigObject.
ConfigContainer.ReadOnlyIterator  
ConfigContainer.ReadOnlyMap  
ConfigContainer.ReadOnlySet  
ConfigDevice Mostly empty now; ConfigObject provides all required methods.
ConfigObject Base class for all configuration objects.
ConfigPhysicalBody  
ConfigPhysicalEnvironment  
ConfigScreen  
ConfigSensor  
ConfigSexpression  
ConfiguredUniverse This utility class creates all the necessary objects on the view side of the scene graph.
ConfigView  
ConfigViewPlatform  
ConfigViewPlatformBehavior  
MultiTransformGroup A convenience class that effectively creates a series of TransformGroup nodes connected one to another hierarchically.
PlatformGeometry This class holds any geometry that should be associated with the ViewingPlatform object.
SimpleUniverse This class sets up a minimal user environment to quickly and easily get a Java 3D program up and running.
Viewer The Viewer class holds all the information that describes the physical and virtual "presence" in the Java 3D universe.
ViewerAvatar This class holds geomtry that should be associated with the View's avatar.
ViewInfo Provides methods to extract synchronized transform information from a View.
ViewInfo.ScreenInfo  
ViewInfo.ViewPlatformInfo  
ViewingPlatform This class is used to set up the "view" side of a Java 3D scene graph.
 

Package com.sun.j3d.utils.universe Description

Provides utility classes for setting up the Java 3D universe, including the viewing configuration.



Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.