Uses of Class
net.sf.freecol.common.option.AudioMixerOption

Packages that use AudioMixerOption
net.sf.freecol.client.gui.option Contains user interface classes for visualizing options
net.sf.freecol.client.gui.sound This package contains the classes for handling sfx/music in FreeCol. 
 

Uses of AudioMixerOption in net.sf.freecol.client.gui.option
 

Constructors in net.sf.freecol.client.gui.option with parameters of type AudioMixerOption
AudioMixerOptionUI(AudioMixerOption option, boolean editable)
          Creates a new AudioMixerOptionUI for the given AudioMixerOption.
 

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

Constructors in net.sf.freecol.client.gui.sound with parameters of type AudioMixerOption
SoundPlayer(AudioMixerOption mixerOption, PercentageOption volume, boolean multipleSounds, boolean defaultPlayContinues)
          Use this constructor.
SoundPlayer(AudioMixerOption mixerOption, PercentageOption volume, boolean multipleSounds, boolean defaultPlayContinues, int defaultRepeatMode, int defaultPickMode)
          Or this.