com.sun.j3d.utils.picking.behaviors.PickMouseBehaviorpublic abstract class PickMouseBehavior
extends javax.media.j3d.Behavior
PickMouseBehavior| Modifier and Type | Field and Description |
|---|---|
protected boolean |
buttonPress
Deprecated.
|
protected javax.media.j3d.WakeupCriterion[] |
conditions
Deprecated.
|
protected javax.media.j3d.TransformGroup |
currGrp
Deprecated.
|
protected static boolean |
debug
Deprecated.
|
protected MouseEvent |
mevent
Deprecated.
|
protected PickObject |
pickScene
Deprecated.
Portion of the scene graph to operate picking on.
|
protected javax.media.j3d.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 and Description |
|---|
PickMouseBehavior(javax.media.j3d.Canvas3D canvas,
javax.media.j3d.BranchGroup root,
javax.media.j3d.Bounds bounds)
Deprecated.
Creates a PickMouseBehavior given current canvas, root of the tree to
operate on, and the bounds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Deprecated.
|
void |
processStimulus(Enumeration criteria)
Deprecated.
|
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, setPickableprotected PickObject pickScene
protected javax.media.j3d.WakeupCriterion[] conditions
protected javax.media.j3d.WakeupOr wakeupCondition
protected boolean buttonPress
protected javax.media.j3d.TransformGroup currGrp
protected static final boolean debug
protected MouseEvent mevent
public PickMouseBehavior(javax.media.j3d.Canvas3D canvas,
javax.media.j3d.BranchGroup root,
javax.media.j3d.Bounds bounds)
public void initialize()
initialize in class javax.media.j3d.Behaviorpublic void processStimulus(Enumeration criteria)
processStimulus in class javax.media.j3d.Behaviorpublic abstract void updateScene(int xpos,
int ypos)
Copyright © 2015. All rights reserved.