Uses of Class
m3g11.UvAnimation

Packages that use UvAnimation
m3g11   
 

Uses of UvAnimation in m3g11
 

Fields in m3g11 declared as UvAnimation
private  UvAnimation TextureAnimationSample.windowAnimation
          Window animation controller.
 

Methods in m3g11 that return UvAnimation
private static UvAnimation UvAnimation.createAnimation(javax.microedition.m3g.Mesh mesh, javax.microedition.m3g.Image2D image, javax.microedition.m3g.KeyframeSequence sequence, float scaleX, float scaleY)
          Creates a UV animation based on the given parameters.
static UvAnimation UvAnimation.createConveyorBeltAnimation(javax.microedition.m3g.Mesh mesh, javax.microedition.m3g.Image2D image, int duration, float scaleX)
          Creates an animation where an image is scrolled horizontally as if it were attached to a conveyor belt.
static UvAnimation UvAnimation.createFlipBookAnimation(javax.microedition.m3g.Mesh mesh, javax.microedition.m3g.Image2D image, int delay, int framesX, int framesY)
          Creates an animation where frames inside an image are displayed successively like in a flip-book animation.