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

Packages that use PercentageOption
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 PercentageOption in net.sf.freecol.client.gui.option
 

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

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

Constructors in net.sf.freecol.client.gui.sound with parameters of type PercentageOption
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.