| |
|
| java.lang.Object javax.media.j3d.WakeupCondition javax.media.j3d.WakeupCriterion javax.media.j3d.WakeupOnViewPlatformEntry
WakeupOnViewPlatformEntry | final public class WakeupOnViewPlatformEntry extends WakeupCriterion (Code) | | Class specifying a wakeup when an active ViewPlatform intersects the
specified boundary.
|
BOUNDSENTRY_IN_BS_LIST | final static int BOUNDSENTRY_IN_BS_LIST(Code) | | |
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) | | |
transformedRegion | Bounds transformedRegion(Code) | | Transformed region
|
WakeupOnViewPlatformEntry | public WakeupOnViewPlatformEntry(Bounds region)(Code) | | Constructs a new WakeupOnEntry criterion.
Parameters: region - the region that will trigger a wakeup if a ViewPlatformintersects. |
addBehaviorCondition | void addBehaviorCondition(BehaviorStructure bs)(Code) | | This is a callback from BehaviorStructure. It is
used to add wakeupCondition to behavior structure.
|
getBounds | public Bounds getBounds()(Code) | | Returns this object's bounds specification
the bounds used in constructing this WakeupCriterion. |
getTriggeringViewPlatform | public ViewPlatform getTriggeringViewPlatform()(Code) | | Retrieves the ViewPlatform node that caused the wakeup.
the triggering ViewPlatform node exception: IllegalStateException - if not called from within a behavior's processStimulus method that was awoken by aview platform entry. since: Java 3D 1.3 |
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.
|
updateTransformRegion | void updateTransformRegion(BehaviorRetained b)(Code) | | Update the cached Transfrom Region, call from BehaviorStructure
when TRANSFORM_CHANGED message get. Also call from buildTree.
|
Fields inherited from javax.media.j3d.WakeupCriterion | boolean triggered(Code)(Java Doc)
|
|
|
|