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 | Class and Description |
---|---|
class |
OrbitBehavior
Moves the View around a point of interest when the mouse is dragged with
a mouse button pressed.
|
class |
ViewPlatformAWTBehavior
Abstract class which implements much of the event tracking and
state updating in a thread safe manner.
|
class |
WandViewBehavior
Manipulates view platform transforms using a motion-tracked wand or mouse
equipped with a six degree of freedom (6DOF) sensor.
|
Modifier and Type | Method and Description |
---|---|
ViewPlatformBehavior |
ViewingPlatform.getViewPlatformBehavior()
Returns the ViewPlatformBehavior
|
Modifier and Type | Method and Description |
---|---|
void |
ViewingPlatform.setViewPlatformBehavior(ViewPlatformBehavior behavior)
Sets the ViewPlatformBehavior which will operate on the ViewPlatform
transform (the TransformGroup returned by
ViewingPlatform.getViewPlatformTransform()).
|
Copyright © 2016–2022 SciJava. All rights reserved.