Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
org.scijava.java3d.utils.pickfast |
Provides picking utility classes for the new core picking methods.
|
org.scijava.java3d.utils.picking |
OBSOLETE: provides picking utility classes for the old
picking methods.
|
org.scijava.java3d.utils.universe |
Provides utility classes for setting up the Java 3D universe,
including the viewing configuration.
|
Modifier and Type | Method and Description |
---|---|
Locale |
SceneGraphPath.getLocale()
Retrieves the path's Locale
|
Locale |
Node.getLocale()
Retrieves the locale to which this node is attached.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Locale> |
VirtualUniverse.getAllLocales()
Returns the enumeration object of all locales in this virtual universe.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
SceneGraphPath(Locale root,
Node object)
Constructs a new SceneGraphPath object.
|
SceneGraphPath(Locale root,
Node[] nodes,
Node object)
Constructs a new SceneGraphPath object.
|
Modifier and Type | Method and Description |
---|---|
Locale |
PickTool.getLocale()
Returns the Locale to be picked if the tool was initialized with
a Locale, null otherwise.
|
Constructor and Description |
---|
PickCanvas(Canvas3D c,
Locale l)
Constructor with Canvas3D for mouse events and Locale to be picked.
|
PickTool(Locale l)
Constructor with the Locale to be picked.
|
Modifier and Type | Method and Description |
---|---|
Locale |
PickTool.getLocale()
Returns the Locale to be picked if the tool was initialized with
a Locale, null otherwise.
|
Locale |
PickTool.setBranchGroup(Locale l)
Deprecated.
This method does nothing other than return its
input parameter.
|
Modifier and Type | Method and Description |
---|---|
Locale |
PickTool.setBranchGroup(Locale l)
Deprecated.
This method does nothing other than return its
input parameter.
|
Constructor and Description |
---|
PickCanvas(Canvas3D c,
Locale l)
Constructor with Canvas3D for mouse events and Locale to be picked.
|
PickTool(Locale l)
Constructor with the Locale to be picked.
|
Modifier and Type | Field and Description |
---|---|
protected Locale |
SimpleUniverse.locale
Locale reference needed to create the "view" portion
of the scene graph.
|
Modifier and Type | Method and Description |
---|---|
Locale |
LocaleFactory.createLocale(VirtualUniverse universe)
Creates a new Locale object at (0, 0, 0) in the specified universe.
|
Locale |
LocaleFactory.createLocale(VirtualUniverse universe,
HiResCoord hiRes)
Creates a new Locale object at the specified high resolution
coordinate in the specified universe.
|
Locale |
SimpleUniverse.getLocale()
Returns the Locale object associated with this scene graph.
|
Copyright © 2016–2022 SciJava. All rights reserved.