sdr 0.7

Uses of Class
net.cscott.sdr.Settings

Packages that use Settings
net.cscott.sdr This package contains the main game class (App) and a text UI (PMSD), as well as interface definitions needed to tie the various pieces together. 
net.cscott.sdr.anim This package contains the 3d animation code, which uses the jME game engine. 
 

Uses of Settings in net.cscott.sdr
 

Methods in net.cscott.sdr with parameters of type Settings
 void Mode.setSettings(Settings s)
           
 

Uses of Settings in net.cscott.sdr.anim
 

Subclasses of Settings in net.cscott.sdr.anim
 class GameSettings
          This subclass of Settings contains the Game UI-specific parts of the settings.
 

Fields in net.cscott.sdr.anim declared as Settings
protected  Settings VenueState.settings
          Game settings.
 

Constructors in net.cscott.sdr.anim with parameters of type Settings
VenueState(Settings settings, BeatTimer beatTimer, DanceFloor danceFloor)
           
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian