| Package | Description |
|---|---|
| com.threerings.cast | |
| com.threerings.chat | |
| com.threerings.media | |
| com.threerings.media.animation | |
| com.threerings.media.sprite |
| Modifier and Type | Class and Description |
|---|---|
class |
CharacterSprite
A character sprite is a sprite that animates itself while walking about in a scene.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChatGlyph
Responsible for rendering a "unit" of chat on a
MediaPanel. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AbstractMedia> |
MetaMediaManager.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractMediaManager.isManaged(AbstractMedia media)
Returns true if the specified media is being managed by this media manager.
|
int |
AbstractMedia.renderCompareTo(AbstractMedia other)
Compares this media to the specified media by render order.
|
void |
AbstractMediaManager.renderOrderDidChange(AbstractMedia media)
Called by a
AbstractMedia when its render order has changed. |
| Modifier and Type | Class and Description |
|---|---|
class |
Animation
The animation class is an abstract class that should be extended to provide animation
functionality.
|
class |
AnimationSequencer
An animation that provides facilities for adding a sequence of animations that are fired after
a fixed time interval has elapsed or after previous animations in the sequence have completed.
|
class |
AnimationSprite
A Sprite that wraps an animation so that a sequence of frames can be easily moved around the
screen.
|
class |
BlankAnimation
Displays nothing, but does so for a specified amount of time.
|
class |
BlendAnimation
Blends between a series of images using alpha.
|
class |
BobbleAnimation
An animation that bobbles an image around within a specific horizontal and vertical pixel range
for a given period of time.
|
class |
ExplodeAnimation
An animation that displays an object exploding into chunks, fading out as they fly apart.
|
class |
FadeAnimation
An animation that displays an image fading from one alpha level to another in specified
increments over time.
|
class |
FadeImageAnimation
Fades an image in or out by varying the alpha level during rendering.
|
class |
FadeLabelAnimation
Does something extraordinary.
|
class |
FloatingTextAnimation |
class |
GleamAnimation
Washes all non-transparent pixels in a sprite with a particular color (by compositing them with
the solid color with progressively higher alpha values) and then back again.
|
class |
MultiFrameAnimation
Animates a sequence of image frames in place with a particular frame
rate.
|
class |
RainAnimation
An animation that displays raindrops spattering across an image.
|
class |
ScaleAnimation
Animates an image changing size about its center point.
|
class |
SparkAnimation
Displays a set of spark images originating from a specified position
and flying outward in random directions, fading out as they go, for a
specified period of time.
|
class |
SpriteAnimation |
class |
SpritePathAnimation
Wraps the dirty work of moving a sprite along a
Path in an Animation. |
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonSprite
A sprite that acts as a button.
|
class |
FadableImageSprite |
class |
ImageSprite
Extends the sprite class to support rendering the sprite with one or
more frames of image animation.
|
class |
LabelSprite
A sprite that uses a label to render itself.
|
class |
OrientableImageSprite
An image sprite that uses AWT's rotation methods to render itself in
different orientations.
|
class |
Sprite
The sprite class represents a single movable object in an animated view.
|
Copyright © 2015. All rights reserved.