A B C D G H I L M P R S T U

A

Actor - Class in com.threecoffee.anim
Class to represent complex characters with multiple animations.
Actor() - Constructor for class com.threecoffee.anim.Actor
Instantiates a new Actor
addAnimation(Animation) - Method in class com.threecoffee.anim.Actor
Adds an animation to this actor
addCollider(Sprite) - Method in class com.threecoffee.anim.Sprite
Checks for collision with the given Sprite, and calls the collided(Sprite) method of BOTH THE SPRITES if collision is detected.
addImage(ImageIcon) - Method in class com.threecoffee.anim.Sprite
Adds a new image to the sprite.
addTo(GameWindow) - Method in class com.threecoffee.anim.Sprite
Add this Sprite to the given GameWindow.
Animation - Class in com.threecoffee.anim
A class to represent an animation created using a series of images
Animation() - Constructor for class com.threecoffee.anim.Animation
 

A B C D G H I L M P R S T U