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.behaviors.mouse |
Provides mouse navigation utility classes.
|
org.scijava.java3d.utils.behaviors.picking |
Deprecated: Use
org.scijava.java3d.utils.pickfast.behaviors
instead. |
org.scijava.java3d.utils.pickfast.behaviors |
Provides picking behaviors for the new core picking methods.
|
org.scijava.java3d.utils.picking.behaviors |
OBSOLETE: provides picking behaviors for the old picking
methods.
|
Modifier and Type | Class and Description |
---|---|
class |
WakeupOnActivation
Class specifying a wakeup the first time an active Viewplatform's
activation
volume intersects with this object's scheduling region.
|
class |
WakeupOnAWTEvent
Class that specifies a Behavior wakeup when a specific AWT event occurs.
|
class |
WakeupOnBehaviorPost
Class that specifies a Behavior wakeup when a specific behavior object
posts a specific event
|
class |
WakeupOnCollisionEntry
Class specifying a wakeup when the specified object
collides with any other object in the scene graph.
|
class |
WakeupOnCollisionExit
Class specifying a wakeup when the specified object
no longer collides with any other object in the scene graph.
|
class |
WakeupOnCollisionMovement
Class specifying a wakeup when the specified object
moves while in collision with any other object in the scene graph.
|
class |
WakeupOnDeactivation
Class specifying a wakeup on first detection of a Viewplatform's
activation volume no longer intersecting with this object's scheduling
region.
|
class |
WakeupOnElapsedFrames
Class specifying a wakeup when a specific number of frames have
elapsed.
|
class |
WakeupOnElapsedTime
Class specifying a wakeup when a specific number of milliseconds
have elapsed.
|
class |
WakeupOnSensorEntry
Class specifying a wakeup on first sensor intersection with the
specified boundary.
|
class |
WakeupOnSensorExit
Class specifying a wakeup on first detection of sensors no
longer intersecting the specified boundary.
|
class |
WakeupOnTransformChange
Class specifying a wakeup when the transform within a specified
TransformGroup changes
|
class |
WakeupOnViewPlatformEntry
Class specifying a wakeup when an active ViewPlatform intersects the
specified boundary.
|
class |
WakeupOnViewPlatformExit
Class specifying a wakeup when an active ViewPlatform no longer
intersects the specified boundary.
|
Modifier and Type | Field and Description |
---|---|
protected WakeupCriterion |
Interpolator.defaultWakeupCriterion
Default WakeupCondition for all interpolators.
|
Constructor and Description |
---|
WakeupAnd(WakeupCriterion[] conditions)
Constructs a new WakeupAnd criterion.
|
WakeupOr(WakeupCriterion[] conditions)
Constructs a new WakeupOr criterion.
|
Modifier and Type | Field and Description |
---|---|
protected WakeupCriterion[] |
MouseBehavior.mouseEvents |
Modifier and Type | Field and Description |
---|---|
protected WakeupCriterion[] |
PickMouseBehavior.conditions
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected WakeupCriterion[] |
PickMouseBehavior.conditions |
Modifier and Type | Field and Description |
---|---|
protected WakeupCriterion[] |
PickMouseBehavior.conditions |
Copyright © 2016–2022 SciJava. All rights reserved.