Uses of Interface
ffx.ui.behaviors.PickingCallback
Package
Description
The Behaviors package contains Java3D Behaviors that turn user actions into scenegraph changes.
-
Uses of PickingCallback in ffx.ui.behaviors
Modifier and TypeMethodDescriptionvoid
PickOrbitBehavior.setupCallback
(PickingCallback c) Register the class @param callback to be called each time the picked object moves.void
PickPropertiesBehavior.setupCallback
(PickingCallback c) Register the class @param callback to be called each time the picked object moves.void
PickRotateBehavior.setupCallback
(PickingCallback c) Register the class @param callback to be called each time the picked object moves.void
PickSelectionBehavior.setupCallback
(PickingCallback c) Register the class @param callback to be called each time the picked * object moves.void
PickTranslateBehavior.setupCallback
(PickingCallback callback) Register the class @param callback to be called each time the picked object movesvoid
PickZoomBehavior.setupCallback
(PickingCallback c) Register the class @param callback to be called each time the picked object moves.