Uses of Class
sprite.sprite2d.AnimateImageSprite

Packages that use AnimateImageSprite
gameboard   
 

Uses of AnimateImageSprite in gameboard
 

Methods in gameboard that return AnimateImageSprite
 AnimateImageSprite OthelloCell.getTheSprite()
          Gets the sprite.
 

Methods in gameboard with parameters of type AnimateImageSprite
 void OthelloCell.setTheSprite(AnimateImageSprite theSprite)
          Sets the sprite.