JSR-184 Public Review Draft - Apr. 30, 2003.

Uses of Class
javax.microedition.m3d.AnimationTrack

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.

Copyright © 2003 Nokia Corporation. See the Copyright Notice for details.