Uses of Class
net.sf.freecol.client.gui.sound.Playlist

Packages that use Playlist
net.sf.freecol.client.gui.sound This package contains the classes for handling sfx/music in FreeCol. 
 

Uses of Playlist in net.sf.freecol.client.gui.sound
 

Methods in net.sf.freecol.client.gui.sound that return Playlist
 Playlist SoundLibrary.get(SoundLibrary.SoundEffect effect)
          Returns a playlist identified by id.
 Playlist SoundLibrary.get(java.lang.String string)
          Returns a playlist associated with a Nation.
 

Methods in net.sf.freecol.client.gui.sound with parameters of type Playlist
 void SoundPlayer.play(Playlist playlist)
          Plays a playlist using the default play-continues, repeat-mode and pick-mode for this SoundPlayer.
 void SoundPlayer.play(Playlist playlist, boolean playContinues, int repeatMode, int pickMode, int delay)
          Plays a playlist.
 void SoundPlayer.play(Playlist playlist, int delay)
          Plays a playlist using the default play-continues, repeat-mode and pick-mode for this SoundPlayer.
 void SoundPlayer.playOnce(Playlist playlist)
          Plays a single random sound from the given playlist.
 void SoundPlayer.playOnce(Playlist playlist, int delay)
          Plays a single random sound from the given playlist.