M3G 1.1 -- Jun 22, 2005

Uses of Class
javax.microedition.m3g.AnimationTrack

Uses of AnimationTrack in javax.microedition.m3g
 

Methods in javax.microedition.m3g that return AnimationTrack
 AnimationTrack Object3D.getAnimationTrack(int index)
          Gets an AnimationTrack by index.
 

Methods in javax.microedition.m3g 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.
 


M3G 1.1 -- Jun 22, 2005

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