Uses of Class
com.threerings.parlor.media.ScoreAnimation

Packages that use ScoreAnimation
com.threerings.puzzle.client   
com.threerings.puzzle.drop.client   
 

Uses of ScoreAnimation in com.threerings.puzzle.client
 

Methods in com.threerings.puzzle.client that return ScoreAnimation
 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.
 

Uses of ScoreAnimation in com.threerings.puzzle.drop.client
 

Methods in com.threerings.puzzle.drop.client that return ScoreAnimation
 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 © 2011. All Rights Reserved.