Interface | Description |
---|---|
Animation |
Controls animations of images.
|
Class | Description |
---|---|
AnimationManager |
This class manages a collection of animations and handles update drawing to
the provided BufferedImage.
|
BumpAnimation |
Animates an object moving smoothly in a direction and then bouncing back.
|
SlideAnimation |
This class animates an image sliding directly from one point to another.
|
WiggleAnimation |
This class animates an object by causing it to wiggle semi-randomly without
straying too far from it's original point.
|