All Packages Class Hierarchy This Package Previous Next Index
Class javax.media.j3d.VirtualUniverse
java.lang.Object
|
+----javax.media.j3d.VirtualUniverse
- public class VirtualUniverse
- extends Object
-
VirtualUniverse()
- Constructs a new VirtualUniverse.
-
getAllLocales()
- Returns the enumeration object of all locales in this virtual universe.
-
getCurrentView()
- Returns the "current" view (the last view activated for this virtual
universe.
-
numLocales()
- Returns the number of locales.
-
setCurrentView(View)
- Sets the "current" view (during view activation) for this virtual
universe.
VirtualUniverse
public VirtualUniverse()
- Constructs a new VirtualUniverse.
getAllLocales
public final Enumeration getAllLocales()
- Returns the enumeration object of all locales in this virtual universe.
- Returns:
- the enumeration object
numLocales
public final int numLocales()
- Returns the number of locales.
- Returns:
- the count of locales
setCurrentView
public final void setCurrentView(View view)
- Sets the "current" view (during view activation) for this virtual
universe.
- Parameters:
- last - activated view
getCurrentView
public final View getCurrentView()
- Returns the "current" view (the last view activated for this virtual
universe.
- Returns:
- last activated view
All Packages Class Hierarchy This Package Previous Next Index