Uses of Class
com.threecoffee.anim.Animation

Packages that use Animation
com.threecoffee.anim Provides classes to create basic image-based objects such as Actors and Sprites. 
 

Uses of Animation in com.threecoffee.anim
 

Methods in com.threecoffee.anim that return Animation
 Animation Sprite.getAnimation()
          Returns the Animation Object that this Sprite displays
 Animation Actor.getCurrentAnimation()
          Returns the animation being played by this Actor
 

Methods in com.threecoffee.anim that return types with arguments of type Animation
 java.util.Vector<Animation> Actor.getAllAnimations()
          Returns a set of all the Animations of this Actor
 

Methods in com.threecoffee.anim with parameters of type Animation
 void Actor.addAnimation(Animation a)
          Adds an animation to this actor
 

Constructors in com.threecoffee.anim with parameters of type Animation
Sprite(Animation anim)
          Creates a new Sprite from the given Animation