Uses of Class
javax.media.j3d.Locale

Uses of Locale in javax.media.j3d
 

Methods in javax.media.j3d that return Locale
 Locale SceneGraphPath.getLocale()
          Retrieves the path's Locale
 Locale Node.getLocale()
          Retrieves the locale to which this node is attached.
 

Methods in javax.media.j3d that return types with arguments of type Locale
 java.util.Enumeration<Locale> VirtualUniverse.getAllLocales()
          Returns the enumeration object of all locales in this virtual universe.
 

Methods in javax.media.j3d with parameters of type Locale
 void VirtualUniverse.removeLocale(Locale locale)
          Removes a Locale and its associates branch graphs from this universe.
 void SceneGraphPath.setLocale(Locale newLocale)
          Sets this path's Locale to the specified Locale.
 

Constructors in javax.media.j3d with parameters of type Locale
SceneGraphPath(Locale root, Node object)
          Constructs a new SceneGraphPath object.
SceneGraphPath(Locale root, Node[] nodes, Node object)
          Constructs a new SceneGraphPath object.