| Package | Description |
|---|---|
| com.threerings.puzzle.client | |
| com.threerings.puzzle.drop.client |
| Modifier and Type | Method and Description |
|---|---|
ScoreAnimation |
PuzzleBoardView.createScoreAnimation(String score,
Color color,
Font font,
int x,
int y)
Creates and returns an animation displaying the given string with the specified parameters,
floating it a short distance up the view.
|
| Modifier and Type | Method and Description |
|---|---|
ScoreAnimation |
DropBoardView.createScoreAnimation(String score,
Color color,
Font font)
Creates and returns an animation showing the specified score floating up the view, with the
label initially centered within the view.
|
ScoreAnimation |
DropBoardView.createScoreAnimation(String score,
Color color,
Font font,
int x,
int y,
int width,
int height)
Creates and returns an animation showing the specified score floating up the view.
|
Copyright © 2015. All rights reserved.