Uses of Class
sprite.sprite2d.Sprite2D

Packages that use Sprite2D
gameboard   
sprite.sprite2d   
 

Uses of Sprite2D in gameboard
 

Methods in gameboard that return Sprite2D
 Sprite2D OthelloCell.getTheSprite()
          Gets the sprite that represents the piece on the cell.
 Sprite2D OthelloCell.getUnderSideSprite()
          The underside sprite, used to create try and create a 3D effect.
 

Methods in gameboard with parameters of type Sprite2D
 void OthelloCell.setTheSprite(Sprite2D theSprite)
          Sets the sprite.
 void OthelloCell.setUnderSideSprite(Sprite2D underSideSprite)
          Sets the underside sprite.
 

Uses of Sprite2D in sprite.sprite2d
 

Subclasses of Sprite2D in sprite.sprite2d
 class OvalSprite
          Last updated September 21, 2006.