public class ToolTipBehavior
extends com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
buttonPress, conditions, currGrp, debug, mevent, pickCanvas, wakeupCondition
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 |
---|
ToolTipBehavior(javax.media.j3d.Canvas3D canvas,
javax.media.j3d.BranchGroup root,
javax.media.j3d.Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
boolean |
getCanShowToolTips()
Returns whether or not the behavior may show tool tips.
|
void |
initialize() |
void |
processStimulus(java.util.Enumeration criteria)
Disregard all stimuli other than ...
|
void |
setCanShowToolTips(boolean val)
Sets whether or not the behavior may show tool tips.
|
void |
updateScene(int xpos,
int ypos) |
getMode, getTolerance, setMode, setTolerance
getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, getView, getWakeupCondition, postId, setEnable, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval, updateNodeReferences, wakeupOn
cloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable
public ToolTipBehavior(javax.media.j3d.Canvas3D canvas, javax.media.j3d.BranchGroup root, javax.media.j3d.Bounds bounds)
public void initialize()
initialize
in class com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
http://archives.java.sun.com/cgi-bin/wa?A2=ind0201&L=java3d-interest&F=&S=&P=4228
public void setCanShowToolTips(boolean val)
public boolean getCanShowToolTips()
public void processStimulus(java.util.Enumeration criteria)
processStimulus
in class com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
public void updateScene(int xpos, int ypos)
updateScene
in class com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
PickMouseBehavior.updateScene(int,int)