Uses of Class
sprite.spritesound.SoundSprite

Packages that use SoundSprite
gameboard   
 

Uses of SoundSprite in gameboard
 

Methods in gameboard that return SoundSprite
 SoundSprite OthelloCell.getFlipSound()
          Gets the sound for flipping.
 SoundSprite SplashPanel.getSound()
          Gets the sound associated with the panel.
 

Methods in gameboard with parameters of type SoundSprite
 void OthelloCell.setFlipSound(SoundSprite flipSound)
          Sets the flip sound.
 void SplashPanel.setSound(SoundSprite sound)
          Sets the sound sprite for the panel.