| |
|
| java.lang.Object javax.media.j3d.WakeupCondition javax.media.j3d.WakeupCriterion javax.media.j3d.WakeupOnTransformChange
WakeupOnTransformChange | final public class WakeupOnTransformChange extends WakeupCriterion (Code) | | Class specifying a wakeup when the transform within a specified
TransformGroup changes
|
COND_IN_BS_LIST | final static int COND_IN_BS_LIST(Code) | | |
TOTAL_INDEXED_UNORDER_SET_TYPES | final static int TOTAL_INDEXED_UNORDER_SET_TYPES(Code) | | |
WakeupOnTransformChange | public WakeupOnTransformChange(TransformGroup node)(Code) | | Constructs a new WakeupOnTransformChange criterion.
Parameters: node - the TransformGroup node that will trigger a wakeup ifits transform is modified |
addBehaviorCondition | void addBehaviorCondition(BehaviorStructure bs)(Code) | | This is a callback from BehaviorStructure. It is
used to add wakeupCondition to behavior structure.
|
getTransformGroup | public TransformGroup getTransformGroup()(Code) | | Returns the TransformGroup node used in creating this WakeupCriterion
the TransformGroup used in this criterion's construction |
removeBehaviorCondition | void removeBehaviorCondition(BehaviorStructure bs)(Code) | | This is a callback from BehaviorStructure. It is
used to remove wakeupCondition from behavior structure.
|
resetBehaviorCondition | void resetBehaviorCondition(BehaviorStructure bs)(Code) | | Perform task in addBehaviorCondition() that has to be
set every time the condition met.
|
Fields inherited from javax.media.j3d.WakeupCriterion | boolean triggered(Code)(Java Doc)
|
|
|
|