Uses of Class
com.sun.lwuit.StaticAnimation

Packages that use StaticAnimation
com.sun.lwuit Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. 
com.sun.lwuit.util Utility features that are either too domain specific or don't "fit" into any other packages. 
 

Uses of StaticAnimation in com.sun.lwuit
 

Methods in com.sun.lwuit that return StaticAnimation
static StaticAnimation StaticAnimation.createAnimation(java.io.DataInputStream data)
          Deprecated. Creates an animation from the given stream, this method is used internally by Resources normally you should not create static animations manually.
 

Uses of StaticAnimation in com.sun.lwuit.util
 

Methods in com.sun.lwuit.util that return StaticAnimation
 StaticAnimation Resources.getAnimation(java.lang.String id)
          Deprecated. use getImage(String) instead