PickRotateBehavior, PickTranslateBehavior, PickZoomBehaviorcom.sun.j3d.utils.picking.behaviors.PickMouseBehaviorpublic abstract class PickMouseBehavior extends Behavior
PickMouseBehavior| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
buttonPress |
Deprecated.
|
protected WakeupCriterion[] |
conditions |
Deprecated.
|
protected TransformGroup |
currGrp |
Deprecated.
|
protected static boolean |
debug |
Deprecated.
|
protected java.awt.event.MouseEvent |
mevent |
Deprecated.
|
protected PickObject |
pickScene |
Deprecated.
Portion of the scene graph to operate picking on.
|
protected WakeupOr |
wakeupCondition |
Deprecated.
|
ALLOW_AUTO_COMPUTE_BOUNDS_READ, ALLOW_AUTO_COMPUTE_BOUNDS_WRITE, ALLOW_BOUNDS_READ, ALLOW_BOUNDS_WRITE, ALLOW_COLLIDABLE_READ, ALLOW_COLLIDABLE_WRITE, ALLOW_LOCAL_TO_VWORLD_READ, ALLOW_LOCALE_READ, ALLOW_PARENT_READ, ALLOW_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING| Constructor | Description |
|---|---|
PickMouseBehavior(Canvas3D canvas,
BranchGroup root,
Bounds bounds) |
Deprecated.
Creates a PickMouseBehavior given current canvas, root of the tree to
operate on, and the bounds.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
initialize() |
Deprecated.
Initialize this behavior.
|
void |
processStimulus(java.util.Enumeration criteria) |
Deprecated.
Process a stimulus meant for this behavior.
|
abstract void |
updateScene(int xpos,
int ypos) |
Deprecated.
Subclasses shall implement this update function
|
getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, getView, getWakeupCondition, postId, setEnable, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval, updateNodeReferences, wakeupOncloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toStringprotected PickObject pickScene
protected WakeupCriterion[] conditions
protected WakeupOr wakeupCondition
protected boolean buttonPress
protected TransformGroup currGrp
protected static final boolean debug
protected java.awt.event.MouseEvent mevent
public PickMouseBehavior(Canvas3D canvas, BranchGroup root, Bounds bounds)
public void initialize()
Behaviorinitialize in class Behaviorpublic void processStimulus(java.util.Enumeration criteria)
BehaviorprocessStimulus in class Behaviorcriteria - an enumeration of triggered wakeup criteria for this
behaviorpublic abstract void updateScene(int xpos,
int ypos)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.