sim.display3d
Class SelectionBehavior
java.lang.Object
javax.media.j3d.SceneGraphObject
javax.media.j3d.Node
javax.media.j3d.Leaf
javax.media.j3d.Behavior
com.sun.j3d.utils.behaviors.mouse.MouseBehavior
sim.display3d.SelectionBehavior
- All Implemented Interfaces:
- java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.EventListener
public class SelectionBehavior
- extends com.sun.j3d.utils.behaviors.mouse.MouseBehavior
A behavior added to Display3Ds which enables Portrayal3Ds to be selected (via Java3D picking).
Portions of this software is based on the file ColorCube.java, available
as part of the Java3D Developer Kit examples, and falls under the license
that came with that example. The license is listed at the end of this file.
The remainder of the file falls under the standard license for this library.
Fields inherited from class com.sun.j3d.utils.behaviors.mouse.MouseBehavior |
buttonPress, currXform, enable, flags, invert, INVERT_INPUT, MANUAL_WAKEUP, mouseCriterion, mouseEvents, mouseq, reset, transformGroup, transformX, transformY, wakeUp, x, x_last, y, y_last |
Fields inherited from class javax.media.j3d.Node |
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_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING |
Constructor Summary |
SelectionBehavior(javax.media.j3d.Canvas3D canvas,
javax.media.j3d.BranchGroup root,
javax.media.j3d.Bounds bounds,
GUIState guiState)
|
Method Summary |
void |
detach()
|
void |
mouseClicked(java.awt.event.MouseEvent evt)
|
void |
processStimulus(java.util.Enumeration criteria)
|
void |
setSelectsAll(boolean selection,
boolean inspection)
Sets whether mouse-clicking results in selecting all picked elements (true) or just the closest one (false). |
void |
setTolerance(float tolerance)
|
Methods inherited from class com.sun.j3d.utils.behaviors.mouse.MouseBehavior |
addListener, getTransformGroup, initialize, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, processMouseEvent, setEnable, setTransformGroup, wakeup |
Methods inherited from class javax.media.j3d.Behavior |
getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, getView, getWakeupCondition, postId, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval, updateNodeReferences, wakeupOn |
Methods inherited from class javax.media.j3d.Node |
cloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable |
Methods inherited from class javax.media.j3d.SceneGraphObject |
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setUserData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionBehavior
public SelectionBehavior(javax.media.j3d.Canvas3D canvas,
javax.media.j3d.BranchGroup root,
javax.media.j3d.Bounds bounds,
GUIState guiState)
setTolerance
public void setTolerance(float tolerance)
detach
public void detach()
setSelectsAll
public void setSelectsAll(boolean selection,
boolean inspection)
- Sets whether mouse-clicking results in selecting all picked elements (true) or just the closest one (false).
This can be done independently of selection and inspection.
processStimulus
public void processStimulus(java.util.Enumeration criteria)
- Specified by:
processStimulus
in class com.sun.j3d.utils.behaviors.mouse.MouseBehavior
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent evt)
- Specified by:
mouseClicked
in interface java.awt.event.MouseListener
- Overrides:
mouseClicked
in class com.sun.j3d.utils.behaviors.mouse.MouseBehavior