| com.sun.j3d.utils.universe.LocaleFactory
All known Subclasses: org.jdesktop.j3dfly.utils.developmenttools.DevelopmentLocaleFactory,
LocaleFactory | public interface LocaleFactory (Code) | | This interface defines a factory for creating Locale objects in a
SimpleUniverse. Implementations of the createLocale methods in
this interface should construct a new Locale object from the
specified parameters. This class is used by the SimpleUniverse
class to construct the default Locale used to hold the view and
content branch graphs.
See Also: Locale See Also: ConfiguredUniverse See Also: SimpleUniverse since: Java 3D 1.3 |
createLocale | public Locale createLocale(VirtualUniverse universe, HiResCoord hiRes)(Code) | | Creates a new Locale object at the specified high resolution
coordinate in the specified universe.
Parameters: universe - the VirtualUniverse in which to create the Locale Parameters: hiRes - the high resolution coordinate that defines the originof the Locale |
createLocale | public Locale createLocale(VirtualUniverse universe)(Code) | | Creates a new Locale object at (0, 0, 0) in the specified universe.
Parameters: universe - the VirtualUniverse in which to create the Locale |
|
|