|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SettingsMSC | |
---|---|
fi.helsinki.dacopan.animseq | Classes containing information on the animation sequence, also known by its more user friendly name, Scenario play list. |
fi.helsinki.dacopan.settings | Classes for saving settings in the Animator. |
fi.helsinki.dacopan.ui | User interface classes, frames, panels etc. |
Uses of SettingsMSC in fi.helsinki.dacopan.animseq |
---|
Methods in fi.helsinki.dacopan.animseq with parameters of type SettingsMSC | |
---|---|
void |
AnimationSequence.recordStartMSC(SettingsMSC settings,
float startTime)
Should be called when the start time for a new MSC item should be recorded. |
Constructors in fi.helsinki.dacopan.animseq with parameters of type SettingsMSC | |
---|---|
ScenarioItemMSC(SettingsMSC settings,
float startTime)
Creates a new instance of ScenarioItemMSC. |
Uses of SettingsMSC in fi.helsinki.dacopan.settings |
---|
Methods in fi.helsinki.dacopan.settings that return SettingsMSC | |
---|---|
SettingsMSC |
GlobalSettingsMSC.getSettingsMSC()
Gets the global MSC settings |
SettingsMSC |
GeneralSettings.getSettingsMSC(Layer layer)
returns the settings for the MSC animation in a provided layer. |
Methods in fi.helsinki.dacopan.settings with parameters of type SettingsMSC | |
---|---|
boolean |
GeneralSettings.addSettingsMSC(SettingsMSC newSettings)
Adds or replaces a SettingsMSC object in the settingsLayersMSC list. |
void |
GlobalSettingsMSC.setSettingsMSC(SettingsMSC newSettingsMSC)
Stores the global MSC settings, other than the variable fields. |
Uses of SettingsMSC in fi.helsinki.dacopan.ui |
---|
Methods in fi.helsinki.dacopan.ui that return SettingsMSC | |
---|---|
SettingsMSC |
MainFrame.getCurrentMSCSettings()
|
Methods in fi.helsinki.dacopan.ui with parameters of type SettingsMSC | |
---|---|
void |
SettingsMSC.setAllFields(SettingsMSC newSettings)
Copies all the values of the parameter object to the current object. |
void |
MainFrame.setupAnimationModeMSC(SettingsMSC mscSettings,
boolean resetNowTime)
This method sets up the MSC animation mode by creating the needed animation panels and giving them correct settings. |
Constructors in fi.helsinki.dacopan.ui with parameters of type SettingsMSC | |
---|---|
CalcYCoord(DataView dataView,
SettingsMSC settings)
|
|
MSCPanel(MainFrame mainFrame,
SettingsMSC settings,
DataView dataView,
float nowTime)
Creates new form MSCPanel |
|
SettingsMSC(SettingsMSC settingsMSC)
Creates a copy instance of SettingsMSC |
|
SettingsPanel(DataView dataView,
SettingsMSC settingsMSC)
Creates a new panel to be used in SCENARIO mode receiving as parameter a reference to a SettingMSC object |
|
SettingsPanelLayer(DataView dataView,
SettingsMSC settingsMSC,
Layer layer,
boolean scenarioMode)
Creates new form LayerSettingsPanel instance |
|
SettingsPanelScale(SettingsMSC settingsMSC)
Creates a new SettingsPanelScale (for SCENARIO MODE) |
|
SettingsPanelStepping(SettingsMSC settingsMSC)
Constructor for scenario mode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |