Uses of Class
javax.media.j3d.VirtualUniverse

Uses of VirtualUniverse in javax.media.j3d
 

Methods in javax.media.j3d that return VirtualUniverse
 VirtualUniverse Locale.getVirtualUniverse()
          Retrieves the virtual universe within which this Locale object is contained.
 

Constructors in javax.media.j3d with parameters of type VirtualUniverse
Locale(VirtualUniverse universe)
          Constructs and initializes a new high resolution Locale object located at (0, 0, 0).
Locale(VirtualUniverse universe, HiResCoord hiRes)
          Constructs and initializes a new high resolution Locale object at the location specified by the HiResCoord argument.
Locale(VirtualUniverse universe, int[] x, int[] y, int[] z)
          Constructs and initializes a new high resolution Locale object from the parameters provided.