|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.media.AbstractMedia
com.threerings.media.animation.Animation
com.threerings.puzzle.drop.client.PieceGroupAnimation
public abstract class PieceGroupAnimation
Animates all the pieces on a puzzle board doing some sort of global effect like all flying into place or out into the ether.
| Field Summary |
|---|
| Fields inherited from class com.threerings.media.AbstractMedia |
|---|
HUD_LAYER |
| Constructor Summary | |
|---|---|
PieceGroupAnimation(DropBoardView view,
DropBoard board)
Creates a piece group animation which must be initialized with a subsequent call to AbstractMedia.init(AbstractMediaManager). |
|
| Method Summary | |
|---|---|
void |
paint(Graphics2D gfx)
|
void |
pathCancelled(com.threerings.media.sprite.Sprite sprite,
com.threerings.media.util.Path path)
|
void |
pathCompleted(com.threerings.media.sprite.Sprite sprite,
com.threerings.media.util.Path path,
long when)
|
void |
tick(long tickStamp)
|
| Methods inherited from class com.threerings.media.animation.Animation |
|---|
addAnimationObserver, isFinished, removeAnimationObserver, reset, setLocation |
| Methods inherited from class com.threerings.media.AbstractMedia |
|---|
contains, contains, contains, contains, fastForward, getBounds, getBounds2D, getPathIterator, getPathIterator, getRenderOrder, init, intersects, intersects, invalidate, queueNotification, renderCompareTo, setRenderOrder, toString, viewLocationDidChange |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PieceGroupAnimation(DropBoardView view,
DropBoard board)
AbstractMedia.init(AbstractMediaManager).
| Method Detail |
|---|
public void tick(long tickStamp)
tick in class com.threerings.media.AbstractMediapublic void paint(Graphics2D gfx)
paint in class com.threerings.media.AbstractMedia
public void pathCancelled(com.threerings.media.sprite.Sprite sprite,
com.threerings.media.util.Path path)
pathCancelled in interface com.threerings.media.sprite.PathObserver
public void pathCompleted(com.threerings.media.sprite.Sprite sprite,
com.threerings.media.util.Path path,
long when)
pathCompleted in interface com.threerings.media.sprite.PathObserver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||