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

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

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

Constructors in com.threerings.puzzle.drop.client with parameters of type DropBoardView
DropBlockSprite(DropBoardView view, int col, int row, int orient, int[] pieces)
          Constructs a drop block sprite and starts it dropping.
DropBlockSprite(DropBoardView view, int col, int row, int orient, int[] pieces, int renderOrder)
          Constructs a drop block sprite and starts it dropping.
DropSprite(DropBoardView view, int col, int row, int[] pieces, int dist)
          Constructs a drop sprite and starts it dropping.
DropSprite(DropBoardView view, int col, int row, int[] pieces, int dist, int renderOrder)
          Constructs a drop sprite and starts it dropping.
NextBlockView(DropBoardView view, int pwid, int phei, int orient)
          Constructs a next block view.
PieceGroupAnimation(DropBoardView view, DropBoard board)
          Creates a piece group animation which must be initialized with a subsequent call to AbstractMedia.init(AbstractMediaManager).
 



Copyright © 2011. All Rights Reserved.