| Package | Description |
|---|---|
| com.threerings.cast | |
| com.threerings.media | |
| com.threerings.media.animation | |
| com.threerings.media.sprite | |
| com.threerings.media.tile | |
| com.threerings.media.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TrimmedMultiFrameImage
Used to generate more memory efficient composited images in
circumstances where we have trimmed underlying component images.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositedMaskedImage
Used to composite action frames with mask frames.
|
class |
CompositedMultiFrameImage
Used to composite the action frames for a particular orientation of a
CompositedActionFrames. |
class |
CompositedShadowImage
Used to composite the special shadow action frames for a particular
orientation of a
CompositedActionFrames. |
| Constructor and Description |
|---|
HourglassView(FrameManager fmgr,
JComponent host,
int x,
int y,
Mirage glassImage,
Mirage topImage,
Rectangle topRect,
Mirage botImage,
Rectangle botRect,
MultiFrameImage sandTrickle)
Constructs an hourglass view.
|
HourglassView(FrameManager fmgr,
JComponent host,
int x,
int y,
Mirage glassImage,
Mirage topImage,
Rectangle topRect,
Point topOff,
Mirage botImage,
Rectangle botRect,
Point botOff,
MultiFrameImage sandTrickle)
Constructs an hourglass view.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AnimationFrameSequencer.MultiFunction.init(MultiFrameImage source) |
| Constructor and Description |
|---|
MultiFrameAnimation(MultiFrameImage frames,
double fps,
boolean loop)
Creates a multi-frame animation with the specified source image
frames and the specified target frame rate (in frames per second).
|
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 | Method and Description |
|---|---|
void |
ImageSprite.setFrames(MultiFrameImage frames)
Set the image array used to render the sprite.
|
| Constructor and Description |
|---|
FadableImageSprite(MultiFrameImage frames)
Creates a new fadable image sprite.
|
ImageSprite(MultiFrameImage frames)
Constructs an image sprite.
|
OrientableImageSprite(MultiFrameImage frames)
Creates a new orientable image sprite.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TileMultiFrameImage
A
MultiFrameImage implementation that obtains its image frames
from a tileset. |
class |
TileSubsetMultiFrameImage
A
MultiFrameImage implementation that obtains its image frames
from a tileset but that only uses a subset of the tiles available. |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiFrameImageImpl
A basic implementation of the
MultiFrameImage interface
intended to facilitate the creation of MFIs whose display frames
consist of multiple image objects. |
class |
SingleFrameImageImpl
The single frame image class is a basic implementation of the
MultiFrameImage interface intended to facilitate the creation of MFIs
whose display frames consist of only a single image. |
class |
SingleTileImageImpl
The single frame image class is a basic implementation of the
MultiFrameImage interface intended to facilitate the creation of MFIs
whose display frames consist of only a single tile image. |
| Modifier and Type | Method and Description |
|---|---|
int |
FrameSequencer.init(MultiFrameImage source)
Called prior to the execution of an animation sequence (not necessarily immediately, so
time stamps should be obtained in the first call to tick).
|
int |
FrameSequencer.ConstantRate.init(MultiFrameImage source) |
Copyright © 2015. All rights reserved.