Uses of Class
com.threerings.puzzle.drop.client.DropSprite

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

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

Subclasses of DropSprite in com.threerings.puzzle.drop.client
 class DropBlockSprite
          The drop block sprite represents a block of multiple pieces that can be rotated to any of the four cardinal compass directions.
 

Methods in com.threerings.puzzle.drop.client that return DropSprite
 DropSprite DropBoardView.createPieces(int col, int row, int[] pieces, int dist)
          Creates a new drop sprite used to animate the given pieces falling in the specified column.
 

Methods in com.threerings.puzzle.drop.client with parameters of type DropSprite
 void DropSpriteObserver.pieceMoved(DropSprite sprite, long when, int col, int row)
          Called when the drop sprite has moved completely to the specified board coordinates.
 



Copyright © 2011. All Rights Reserved.