Class Summary |
AbstractSprite |
A Sprite is an "actor" on a Stage. |
DescribedSprite |
A TweeningSprite that uses described visual content
Note: This class uses a Vector of AggregateContent
objects rather than CompositeContent objects for
simplicity. |
RuleBasedSprite |
An abstract rule-based Sprite
Note: Concrete descendents must implement the
handleTick() method |
SampledSprite |
A TweeningSprite that uses sampled visual content
Note: This class uses a Vector of Content
objects rather than a CompositeContent object for
efficiency reasons. |
Stage |
A Visualization that contains Sprite objects |
TweeningSprite |
A TweeningSprite is a Sprite that contains "key times" and the ability
to generate "in between times" |