Uses of Interface
ffx.ui.behaviors.PickingCallback
Packages that use PickingCallback
Package
Description
The Behaviors package contains Java3D Behaviors that turn user actions into scenegraph changes.
-
Uses of PickingCallback in ffx.ui.behaviors
Methods in ffx.ui.behaviors with parameters of type PickingCallbackModifier and TypeMethodDescriptionvoidPickOrbitBehavior.setupCallback(PickingCallback c) Register the class @param callback to be called each time the picked object moves.voidPickPropertiesBehavior.setupCallback(PickingCallback c) Register the class @param callback to be called each time the picked object moves.voidPickRotateBehavior.setupCallback(PickingCallback c) Register the class @param callback to be called each time the picked object moves.voidPickSelectionBehavior.setupCallback(PickingCallback c) Register the class @param callback to be called each time the picked * object moves.voidPickTranslateBehavior.setupCallback(PickingCallback callback) Register the class @param callback to be called each time the picked object movesvoidPickZoomBehavior.setupCallback(PickingCallback c) Register the class @param callback to be called each time the picked object moves.