|
JSR-184 Public Review Draft - Apr. 30, 2003. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AnimationTrack in javax.microedition.m3d |
Methods in javax.microedition.m3d that return AnimationTrack | |
AnimationTrack |
Object3D.getAnimationTrack(int index)
Gets an AnimationTrack by index. |
Methods in javax.microedition.m3d with parameters of type AnimationTrack | |
void |
Object3D.addAnimationTrack(AnimationTrack animationTrack)
Adds the given AnimationTrack to this Object3D, potentially changing the order and indices of the previously added tracks. |
void |
Object3D.removeAnimationTrack(AnimationTrack animationTrack)
Removes the given AnimationTrack from this Object3D, potentially changing the order and indices of the remaining tracks. |
|
JSR-184 Public Review Draft - Apr. 30, 2003. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |