Package | Description |
---|---|
org.scijava.java3d.utils.behaviors.vp |
Provides ViewPlatform navigation utility classes.
|
org.scijava.java3d.utils.universe |
Provides utility classes for setting up the Java 3D universe,
including the viewing configuration.
|
Modifier and Type | Field and Description |
---|---|
protected ViewingPlatform |
ViewPlatformBehavior.vp
The ViewingPlatform for this behavior.
|
Modifier and Type | Method and Description |
---|---|
ViewingPlatform |
ViewPlatformBehavior.getViewingPlatform()
Returns the ViewingPlatform for this behavior
|
Modifier and Type | Method and Description |
---|---|
void |
WandViewBehavior.setViewingPlatform(ViewingPlatform vp)
Sets the
ViewingPlatform for this behavior. |
void |
ViewPlatformBehavior.setViewingPlatform(ViewingPlatform vp)
Sets the ViewingPlatform for this behavior.
|
void |
ViewPlatformAWTBehavior.setViewingPlatform(ViewingPlatform vp)
Sets the ViewingPlatform for this behavior.
|
void |
OrbitBehavior.setViewingPlatform(ViewingPlatform vp)
Sets the ViewingPlatform for this behavior.
|
Modifier and Type | Method and Description |
---|---|
ViewingPlatform |
Viewer.getViewingPlatform()
Get the ViewingPlatform object used by this Viewer.
|
ViewingPlatform |
SimpleUniverse.getViewingPlatform()
Returns the ViewingPlatform object associated with this scene graph.
|
Modifier and Type | Method and Description |
---|---|
void |
Viewer.setViewingPlatform(ViewingPlatform platform)
Set the ViewingPlatform object used by this Viewer.
|
Constructor and Description |
---|
ConfiguredUniverse(ViewingPlatform viewingPlatform,
Viewer viewer)
Equivalent to
SimpleUniverse(ViewingPlatform, Viewer) . |
ConfiguredUniverse(ViewingPlatform viewingPlatform,
Viewer viewer,
LocaleFactory localeFactory)
Equivalent to
SimpleUniverse(ViewingPlatform, Viewer,
LocalFactory) . |
SimpleUniverse(ViewingPlatform viewingPlatform,
Viewer viewer)
Creates the "view" side of the scene graph.
|
SimpleUniverse(ViewingPlatform viewingPlatform,
Viewer viewer,
LocaleFactory localeFactory)
Creates the "view" side of the scene graph.
|
Copyright © 2016–2022 SciJava. All rights reserved.