Uses of Interface
gecco.client.animation.Animator

Packages that use Animator
gecco.client   
gecco.client.animation   
 

Uses of Animator in gecco.client
 

Classes in gecco.client that implement Animator
 class Game
          This is the main game class.
 

Uses of Animator in gecco.client.animation
 

Fields in gecco.client.animation declared as Animator
(package private)  Animator AnimatedPiece.animator
          Description of the Field
 

Constructors in gecco.client.animation with parameters of type Animator
AnimatedPiece(int handle, Position position, String name, String type, Image[] frames, int delayBetweenFrames, boolean repeat, Animator animator)
           
Explosion(int handle, Position position, String name, String type, Animator animator)