| Package | Description |
|---|---|
| com.threerings.cast | |
| com.threerings.media | |
| com.threerings.media.animation | |
| com.threerings.media.sprite | |
| com.threerings.media.util |
| 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 | Method and Description |
|---|---|
void |
VirtualMediaPanel.setFollowsPathable(Pathable pable,
byte followMode)
Instructs the view to follow the supplied pathable; ensuring that the view's coordinates
are adjusted according to the follow mode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnimationSprite
A Sprite that wraps an animation so that a sequence of frames can be easily moved around the
screen.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingPathable
Delegates all calls to a delegate pathable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimedPath.init(Pathable pable,
long timestamp) |
void |
SmoothBobblePath.init(Pathable pable,
long tickstamp) |
void |
PathSequence.init(Pathable pable,
long tickStamp) |
void |
Path.init(Pathable pable,
long tickStamp)
Called once to let the path prepare itself for the process of animating the supplied
pathable.
|
void |
LineSegmentPath.init(Pathable pable,
long timestamp) |
void |
LinePath.init(Pathable pable,
long timestamp) |
void |
DelayPath.init(Pathable pable,
long timestamp) |
void |
BobblePath.init(Pathable pable,
long tickstamp) |
boolean |
SmoothBobblePath.tick(Pathable pable,
long tickStamp) |
boolean |
PathSequence.tick(Pathable pable,
long tickStamp) |
boolean |
Path.tick(Pathable pable,
long tickStamp)
Called to request that this path update the position of the specified pathable based on the
supplied timestamp information.
|
boolean |
LineSegmentPath.tick(Pathable pable,
long timestamp) |
boolean |
LinePath.tick(Pathable pable,
long timestamp) |
boolean |
DelayPath.tick(Pathable pable,
long tickstamp) |
boolean |
BobblePath.tick(Pathable pable,
long tickStamp) |
boolean |
ArcPath.tick(Pathable pable,
long timestamp) |
void |
TimedPath.wasRemoved(Pathable pable) |
void |
PathSequence.wasRemoved(Pathable pable) |
void |
Path.wasRemoved(Pathable pable)
When a path is removed from a pathable, whether that is because the path was completed or
because it was replaced by another path, this method will be called to let the path know
that it is no longer associated with this pathable.
|
void |
LineSegmentPath.wasRemoved(Pathable pable) |
void |
BobblePath.wasRemoved(Pathable pable) |
| Constructor and Description |
|---|
DelegatingPathable(Pathable delegate) |
Copyright © 2015. All rights reserved.