y.anim
Class AnimationCommand

java.lang.Object
  |
  +--y.anim.AnimationCommand
All Implemented Interfaces:
AnimationObject, Command
Direct Known Subclasses:
LayoutMorpher

public abstract class AnimationCommand
extends Object
implements AnimationObject, Command

An abstract command that is also an animation object. Descendants of this class can be used as commands and animation objects at the same time.

The specific animation code must be provided by subclasses This means that these methods have to be implemented: