Uses of Class
gecco.client.animation.AnimatedPiece

Packages that use AnimatedPiece
gecco.client   
gecco.client.animation   
 

Uses of AnimatedPiece in gecco.client
 

Methods in gecco.client with parameters of type AnimatedPiece
 void Game.repaintAnimation(AnimatedPiece p)
          Description of the Method
 void Game.animationDone(AnimatedPiece p)
          Description of the Method
 

Uses of AnimatedPiece in gecco.client.animation
 

Subclasses of AnimatedPiece in gecco.client.animation
 class Explosion
          An explosion is an animated piece that has a finite animation of an explosion.
 

Methods in gecco.client.animation with parameters of type AnimatedPiece
 void Animator.repaintAnimation(AnimatedPiece p)
          The animated piece calls this method to indicate that it has changed image and wishes to be repainted.
 void Animator.animationDone(AnimatedPiece p)
          The animated piece calls this method when the animation is done.