|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.freecol.client.gui.animation.UnitImageAnimation
public final class UnitImageAnimation
Class for the animation of units movement.
Constructor Summary | |
---|---|
UnitImageAnimation(Canvas canvas,
Unit unit,
SimpleZippedAnimation animation,
Map.Direction direction)
Constructor |
Method Summary | |
---|---|
void |
animate()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnitImageAnimation(Canvas canvas, Unit unit, SimpleZippedAnimation animation, Map.Direction direction)
canvas
- The canvas where the animation will be drawnunit
- The unit to be animated.animation
- The animation.direction
- The Direction of the animation (if applicable).Method Detail |
---|
public void animate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |