Uses of Class
fi.helsinki.dacopan.settings.GeneralSettings

Packages that use GeneralSettings
fi.helsinki.dacopan.settings Classes for saving settings in the Animator. 
fi.helsinki.dacopan.ui User interface classes, frames, panels etc. 
 

Uses of GeneralSettings in fi.helsinki.dacopan.settings
 

Constructors in fi.helsinki.dacopan.settings with parameters of type GeneralSettings
GeneralSettings(GeneralSettings generalSettings)
          creates a new copy instance of GeneralSettings
 

Uses of GeneralSettings in fi.helsinki.dacopan.ui
 

Methods in fi.helsinki.dacopan.ui that return GeneralSettings
 GeneralSettings MainFrame.getSettings()
          Returns a reference to the general settings for the animator.
 

Methods in fi.helsinki.dacopan.ui with parameters of type GeneralSettings
protected  void MainFrame.applyDefaultSettings(GeneralSettings generalSettings)
          Creates default GeneralSettings and MSC settings for all layers based on the data that is currently in DataView.
 void MainFrame.loadAllSettings(GeneralSettings generalSettings)
          Loads and applies the global settings stored in a global settings file in the user's home directory.
 void SettingsDialog.setSettings(GeneralSettings generalSettings)
          Sets the current temporary settings object, called when e.g. the settings have been loaded from file
 void MainFrame.setSettings(GeneralSettings generalSettings)
           
 

Constructors in fi.helsinki.dacopan.ui with parameters of type GeneralSettings
SettingsPanel(DataView dataView, GeneralSettings generalSettings)
          Creates a new panel to be used in EXPLORE mode
SettingsPanelGeneral(GeneralSettings generalSettings, MainFrame mainFrame, SettingsDialog settingsDialog)
          Constructor
SettingsPanelPerformance(GeneralSettings generalSettings)
          Creates new panel SettingsPanelPerformance
SettingsPanelScale(GeneralSettings generalSettings)
          Creates a new SettingsPanelScale (for EXPLORE MODE)
SettingsPanelScale(GeneralSettings generalSettings, Layer activeLayer)
          Creates a new SettingsPanelScale (for SCENARIO MODE)
SettingsPanelStepping(GeneralSettings generalsettings)
          Constructor for explore mode
SettingsPanelTSC(DataView dataView, GeneralSettings generalSettings, java.awt.Dialog owner)
          Constructor.
 



© Dacopan2 team, 2005-