Uses of Class
hermes.animation.Animation

Packages that use Animation
hermes.animation   
 

Uses of Animation in hermes.animation
 

Methods in hermes.animation that return Animation
 Animation AnimatedSprite.getAnimation(int index)
          Retrieves an Animation stored with this AnimatedSprite
 

Methods in hermes.animation with parameters of type Animation
 int AnimatedSprite.addAnimation(Animation animation)