public class CBMKeyboardBehaviorJ3D extends KeyboardBehaviorJ3D
Modifier and Type | Field and Description |
---|---|
static int |
MINUS_ANGLE |
static int |
MINUS_SPEED |
static int |
NEXT_WIND |
static int |
PLUS_ANGLE |
static int |
PLUS_SPEED |
static int |
PREVIOUS_WIND |
ROTATE_X_NEG, ROTATE_X_POS, ROTATE_Y_NEG, ROTATE_Y_POS, ROTATE_Z_NEG, ROTATE_Z_POS, 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
NO_MASK, RESET, TRANSLATE_DOWN, TRANSLATE_LEFT, TRANSLATE_RIGHT, TRANSLATE_UP, ZOOM_IN, ZOOM_OUT
Constructor and Description |
---|
CBMKeyboardBehaviorJ3D(DisplayRendererJ3D r) |
Modifier and Type | Method and Description |
---|---|
void |
execFunction(int function)
Executes the given function.
|
void |
setWhichCBM(CollectiveBarbManipulation c) |
initialize, mapKeyToFunction, processKeyEvent, processStimulus
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
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString
public static final int PLUS_ANGLE
public static final int MINUS_ANGLE
public static final int PLUS_SPEED
public static final int MINUS_SPEED
public static final int NEXT_WIND
public static final int PREVIOUS_WIND
public CBMKeyboardBehaviorJ3D(DisplayRendererJ3D r)
public void setWhichCBM(CollectiveBarbManipulation c) throws VisADException
VisADException
public void execFunction(int function)
execFunction
in interface KeyboardBehavior
execFunction
in class KeyboardBehaviorJ3D
function
- function to perform (TRANSLATE_UP, ZOOM_IN, etc)Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.