com.threerings.media.animation
Interface AnimationFrameSequencer

All Superinterfaces:
FrameSequencer
All Known Implementing Classes:
AnimationFrameSequencer.MultiFunction

public interface AnimationFrameSequencer
extends FrameSequencer

Used to control animation timing when displaying an animation.


Nested Class Summary
static class AnimationFrameSequencer.MultiFunction
          A sequencer that can step through a series of frames in any order and speed and notify (via SequencedAnimationObserver) when specific frames are reached.
 
Nested classes/interfaces inherited from interface com.threerings.media.util.FrameSequencer
FrameSequencer.ConstantRate
 
Method Summary
 void setAnimation(Animation anim)
          Called after init to set the animation.
 
Methods inherited from interface com.threerings.media.util.FrameSequencer
fastForward, init, tick
 

Method Detail

setAnimation

void setAnimation(Animation anim)
Called after init to set the animation.