| Package | Description |
|---|---|
| com.threerings.cast | |
| com.threerings.cast.bundle |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositedActionFrames
An implementation of the
MultiFrameImage interface that is used
to lazily create composited character frames when they are requested. |
| Modifier and Type | Field and Description |
|---|---|
ActionFrames |
CompositedActionFrames.ComponentFrames.frames |
| Modifier and Type | Method and Description |
|---|---|
ActionFrames |
CompositedActionFrames.cloneColorized(Colorization[] zations) |
ActionFrames |
ActionFrames.cloneColorized(Colorization[] zations)
Creates a clone of these action frames which will have the supplied colorizations applied
to the frame images.
|
ActionFrames |
CompositedActionFrames.cloneTranslated(int dx,
int dy) |
ActionFrames |
ActionFrames.cloneTranslated(int dx,
int dy)
Creates a clone of these action frames which will have the supplied translation applied to
the frame images.
|
ActionFrames |
CharacterManager.getActionFrames(CharacterDescriptor descrip,
String action)
Obtains the composited animation frames for the specified action for a
character with the specified descriptor.
|
ActionFrames |
ActionCache.getActionFrames(CharacterDescriptor descrip,
String action)
Fetches from the cache a composited set of images for a particular character for a
particular action.
|
ActionFrames |
FrameProvider.getFrames(CharacterComponent component,
String action,
String type)
Returns the animation frames (in the eight sprite directions) for
the specified action of the specified component.
|
ActionFrames |
CharacterComponent.getFrames(String action,
String type)
Returns the image frames for the specified action animation or null if no animation for the
specified action is available for this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionCache.cacheActionFrames(CharacterDescriptor descrip,
String action,
ActionFrames frames)
Requests that the specified set of action frames for the specified character be cached.
|
| Constructor and Description |
|---|
ComponentFrames(CharacterComponent ccomp,
ActionFrames frames) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BundledComponentRepository.TileSetFrameImage
Used to provide multiframe images using data obtained from a tileset.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFrames |
BundledComponentRepository.TileSetFrameImage.cloneColorized(Colorization[] zations) |
ActionFrames |
BundledComponentRepository.TileSetFrameImage.cloneTranslated(int dx,
int dy) |
Copyright © 2015. All rights reserved.