Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Z
W
waitForOffScreenRendering()
- Method in class javax.media.j3d.
Canvas3D
Waits for this Canvas3D's off-screen rendering to be done.
WakeupAnd
- Class in
javax.media.j3d
Class specifying any number of wakeup conditions ANDed together.
WakeupAnd(WakeupCriterion[])
- Constructor for class javax.media.j3d.
WakeupAnd
Constructs a new WakeupAnd criterion.
WakeupAndOfOrs
- Class in
javax.media.j3d
Class specifying any number of OR wakeup conditions ANDed together.
WakeupAndOfOrs(WakeupOr[])
- Constructor for class javax.media.j3d.
WakeupAndOfOrs
Constructs a new WakeupAndOfOrs criterion.
WakeupCondition
- Class in
javax.media.j3d
An abstract class specifying a single wakeup Condition.
WakeupCondition()
- Constructor for class javax.media.j3d.
WakeupCondition
WakeupCriterion
- Class in
javax.media.j3d
An abstract class specifying a singleton wakeup Criterion.
WakeupCriterion()
- Constructor for class javax.media.j3d.
WakeupCriterion
WakeupOnActivation
- Class in
javax.media.j3d
Class specifying a wakeup the first time an active Viewplatform's activation volume intersects with this object's scheduling region.
WakeupOnActivation()
- Constructor for class javax.media.j3d.
WakeupOnActivation
Constructs a new WakeupOnActivation criterion.
WakeupOnAWTEvent
- Class in
javax.media.j3d
Class that specifies a Behavior wakeup when a specific AWT event occurs.
WakeupOnAWTEvent(int)
- Constructor for class javax.media.j3d.
WakeupOnAWTEvent
Constructs a new WakeupOnAWTEvent object that informs the Java 3D scheduler to wake up the specified Behavior object whenever the specified AWT event occurs.
WakeupOnAWTEvent(long)
- Constructor for class javax.media.j3d.
WakeupOnAWTEvent
Constructs a new WakeupOnAWTEvent using Ored EVENT_MASK values.
WakeupOnBehaviorPost
- Class in
javax.media.j3d
Class that specifies a Behavior wakeup when a specific behavior object posts a specific event
WakeupOnBehaviorPost(Behavior, int)
- Constructor for class javax.media.j3d.
WakeupOnBehaviorPost
Constructs a new WakeupOnBehaviorPost criterion.
WakeupOnCollisionEntry
- Class in
javax.media.j3d
Class specifying a wakeup when the specified object collides with any other object in the scene graph.
WakeupOnCollisionEntry(SceneGraphPath)
- Constructor for class javax.media.j3d.
WakeupOnCollisionEntry
Constructs a new WakeupOnCollisionEntry criterion with USE_BOUNDS for a speed hint.
WakeupOnCollisionEntry(SceneGraphPath, int)
- Constructor for class javax.media.j3d.
WakeupOnCollisionEntry
Constructs a new WakeupOnCollisionEntry criterion.
WakeupOnCollisionEntry(Node)
- Constructor for class javax.media.j3d.
WakeupOnCollisionEntry
Constructs a new WakeupOnCollisionEntry criterion.
WakeupOnCollisionEntry(Node, int)
- Constructor for class javax.media.j3d.
WakeupOnCollisionEntry
Constructs a new WakeupOnCollisionEntry criterion.
WakeupOnCollisionEntry(Bounds)
- Constructor for class javax.media.j3d.
WakeupOnCollisionEntry
Constructs a new WakeupOnCollisionEntry criterion.
WakeupOnCollisionExit
- Class in
javax.media.j3d
Class specifying a wakeup when the specified object no longer collides with any other object in the scene graph.
WakeupOnCollisionExit(SceneGraphPath)
- Constructor for class javax.media.j3d.
WakeupOnCollisionExit
Constructs a new WakeupOnCollisionExit criterion.
WakeupOnCollisionExit(SceneGraphPath, int)
- Constructor for class javax.media.j3d.
WakeupOnCollisionExit
Constructs a new WakeupOnCollisionExit criterion.
WakeupOnCollisionExit(Node)
- Constructor for class javax.media.j3d.
WakeupOnCollisionExit
Constructs a new WakeupOnCollisionExit criterion.
WakeupOnCollisionExit(Node, int)
- Constructor for class javax.media.j3d.
WakeupOnCollisionExit
Constructs a new WakeupOnCollisionExit criterion.
WakeupOnCollisionExit(Bounds)
- Constructor for class javax.media.j3d.
WakeupOnCollisionExit
Constructs a new WakeupOnCollisionExit criterion.
WakeupOnCollisionMovement
- Class in
javax.media.j3d
Class specifying a wakeup when the specified object moves while in collision with any other object in the scene graph.
WakeupOnCollisionMovement(SceneGraphPath)
- Constructor for class javax.media.j3d.
WakeupOnCollisionMovement
Constructs a new WakeupOnCollisionMovement criterion.
WakeupOnCollisionMovement(SceneGraphPath, int)
- Constructor for class javax.media.j3d.
WakeupOnCollisionMovement
Constructs a new WakeupOnCollisionMovement criterion.
WakeupOnCollisionMovement(Node)
- Constructor for class javax.media.j3d.
WakeupOnCollisionMovement
Constructs a new WakeupOnCollisionMovement criterion.
WakeupOnCollisionMovement(Node, int)
- Constructor for class javax.media.j3d.
WakeupOnCollisionMovement
Constructs a new WakeupOnCollisionMovement criterion.
WakeupOnCollisionMovement(Bounds)
- Constructor for class javax.media.j3d.
WakeupOnCollisionMovement
Constructs a new WakeupOnCollisionMovement criterion.
WakeupOnDeactivation
- Class in
javax.media.j3d
Class specifying a wakeup on first detection of a Viewplatform's activation volume no longer intersecting with this object's scheduling region.
WakeupOnDeactivation()
- Constructor for class javax.media.j3d.
WakeupOnDeactivation
Constructs a new WakeupOnDeactivation criterion.
WakeupOnElapsedFrames
- Class in
javax.media.j3d
Class specifying a wakeup when a specific number of frames have elapsed.
WakeupOnElapsedFrames(int)
- Constructor for class javax.media.j3d.
WakeupOnElapsedFrames
Constructs a non-passive WakeupOnElapsedFrames criterion.
WakeupOnElapsedFrames(int, boolean)
- Constructor for class javax.media.j3d.
WakeupOnElapsedFrames
Constructs a WakeupOnElapsedFrames criterion.
WakeupOnElapsedTime
- Class in
javax.media.j3d
Class specifying a wakeup when a specific number of milliseconds have elapsed.
WakeupOnElapsedTime(long)
- Constructor for class javax.media.j3d.
WakeupOnElapsedTime
Constructs a new WakeupOnElapsedTime criterion.
WakeupOnSensorEntry
- Class in
javax.media.j3d
Class specifying a wakeup on first sensor intersection with the specified boundary.
WakeupOnSensorEntry(Bounds)
- Constructor for class javax.media.j3d.
WakeupOnSensorEntry
Constructs a new WakeupOnEntry criterion.
WakeupOnSensorExit
- Class in
javax.media.j3d
Class specifying a wakeup on first detection of sensors no longer intersecting the specified boundary.
WakeupOnSensorExit(Bounds)
- Constructor for class javax.media.j3d.
WakeupOnSensorExit
Constructs a new WakeupOnExit criterion.
WakeupOnTransformChange
- Class in
javax.media.j3d
Class specifying a wakeup when the transform within a specified TransformGroup changes
WakeupOnTransformChange(TransformGroup)
- Constructor for class javax.media.j3d.
WakeupOnTransformChange
Constructs a new WakeupOnTransformChange criterion.
WakeupOnViewPlatformEntry
- Class in
javax.media.j3d
Class specifying a wakeup when an active ViewPlatform intersects the specified boundary.
WakeupOnViewPlatformEntry(Bounds)
- Constructor for class javax.media.j3d.
WakeupOnViewPlatformEntry
Constructs a new WakeupOnEntry criterion.
WakeupOnViewPlatformExit
- Class in
javax.media.j3d
Class specifying a wakeup when an active ViewPlatform no longer intersects the specified boundary.
WakeupOnViewPlatformExit(Bounds)
- Constructor for class javax.media.j3d.
WakeupOnViewPlatformExit
Constructs a new WakeupOnExit criterion.
WakeupOr
- Class in
javax.media.j3d
Class specifying any number of wakeup conditions ORed together.
WakeupOr(WakeupCriterion[])
- Constructor for class javax.media.j3d.
WakeupOr
Constructs a new WakeupOr criterion.
WakeupOrOfAnds
- Class in
javax.media.j3d
Class specifying any number of AND wakeup conditions ORed together.
WakeupOrOfAnds(WakeupAnd[])
- Constructor for class javax.media.j3d.
WakeupOrOfAnds
Constructs a new WakeupOrOfAnds criterion.
WRAP
- Static variable in class javax.media.j3d.
Texture
Repeats the texture by wrapping texture coordinates that are outside the range [0,1].
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Z