|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.SceneGraphObject
javax.media.j3d.Node
javax.media.j3d.Leaf
javax.media.j3d.Behavior
com.sun.j3d.utils.scenegraph.io.UnresolvedBehavior
public class UnresolvedBehavior
This Behavior is used in place of any behaviors which can not be instantiated when a scene graph is read. This behavior is always disabled when it initalizes. It just provides an indicator in the scene graph that a Behavior is missing. This normally means the Behavior is not present in the classpath.
Field Summary |
---|
Constructor Summary | |
---|---|
UnresolvedBehavior()
|
Method Summary | |
---|---|
void |
initialize()
Initialize this behavior. |
void |
processStimulus(java.util.Enumeration enumeration)
Process a stimulus meant for this behavior. |
Methods inherited from class javax.media.j3d.Behavior |
---|
getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, postId, setEnable, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval, updateNodeReferences |
Methods inherited from class javax.media.j3d.Node |
---|
cloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable |
Methods inherited from class javax.media.j3d.SceneGraphObject |
---|
clearCapability, clearCapabilityIsFrequent, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnresolvedBehavior()
Method Detail |
---|
public void initialize()
Behavior
initialize
in class Behavior
public void processStimulus(java.util.Enumeration enumeration)
Behavior
processStimulus
in class Behavior
enumeration
- an enumeration of triggered wakeup criteria for this
behavior
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |