Uses of Class
com.jeffpalm.eggtris.Brick

Packages that use Brick
com.jeffpalm.eggtris   
 

Uses of Brick in com.jeffpalm.eggtris
 

Fields in com.jeffpalm.eggtris declared as Brick
protected  Brick[] MyShape.bricks
          The array of Bricks.
 

Methods in com.jeffpalm.eggtris with parameters of type Brick
 void Board.putBrick(Brick brick, int x, int y)
          This is used by Shape (or Brick, I'll come back) to put one of its Bricks on the Board.