sdr 0.7

net.cscott.sdr.anim
Class GameSettings

java.lang.Object
  extended by net.cscott.sdr.Settings
      extended by net.cscott.sdr.anim.GameSettings

public class GameSettings
extends Settings

This subclass of Settings contains the Game UI-specific parts of the settings. When a setting is changed, this class ensures that the proper parts of the UI are updated.


Nested Class Summary
 
Nested classes/interfaces inherited from class net.cscott.sdr.Settings
Settings.DanceLevelSetting, Settings.DancerStyleSetting, Settings.DifficultySetting, Settings.MusicSetting, Settings.VenueSetting
 
Method Summary
 List<Microphone.NameAndLine> getAvailableMicrophones()
           
 void setMicrophone(int which)
          Which microphone to use.
 
Methods inherited from class net.cscott.sdr.Settings
getDanceLevel, getDancerStyle, getDifficulty, getMicrophone, getMusic, getVenue, lock, setDanceLevel, setDancerStyle, setDifficulty, setMusic, setVenue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setMicrophone

public void setMicrophone(int which)
Description copied from class: Settings
Which microphone to use.

Overrides:
setMicrophone in class Settings

getAvailableMicrophones

public List<Microphone.NameAndLine> getAvailableMicrophones()

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian