| Package | Description |
|---|---|
| com.threerings.media.animation | |
| com.threerings.media.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnimationFrameSequencer
Used to control animation timing when displaying an animation.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Constructor and Description |
|---|
MultiFrameAnimation(MultiFrameImage frames,
FrameSequencer seeker)
Creates a multi-frame animation with the specified source image
frames and the specified target frame rate (in frames per second).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FrameSequencer.ConstantRate
A frame sequencer that delivers a constant frame rate in either one shot or looping mode.
|
Copyright © 2015. All rights reserved.