|
|||||||||
| Home >> All >> org >> fluidsynth >> api >> [ settings overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fluidsynth.api.settings
Class Settings

java.lang.Objectorg.fluidsynth.api.settings.Settings
- public class Settings
- extends java.lang.Object
| Field Summary | |
private org.fluidsynth.api.Configuration |
config
|
private java.util.Map |
map
|
| Constructor Summary | |
Settings()
|
|
| Method Summary | |
void |
dirty()
|
Settings |
getModifiedSettings()
Return a Settings instance that only contains the set of user-modified values. |
Setting[] |
getSetting()
|
Setting |
lookup(java.lang.String settingName)
|
void |
merge(Setting setting)
Merge a single setting value into this Settings. |
void |
merge(Settings settings)
Merge another collection of Settings into this one. |
void |
setConfiguration(org.fluidsynth.api.Configuration config)
|
void |
setSetting(Setting[] sarray)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
map
private java.util.Map map
config
private org.fluidsynth.api.Configuration config
| Constructor Detail |
Settings
public Settings()
| Method Detail |
setConfiguration
public void setConfiguration(org.fluidsynth.api.Configuration config)
dirty
public void dirty()
merge
public void merge(Setting setting)
- Merge a single setting value into this Settings.
merge
public void merge(Settings settings)
- Merge another collection of Settings into this one.
getSetting
public Setting[] getSetting()
setSetting
public void setSetting(Setting[] sarray)
lookup
public Setting lookup(java.lang.String settingName)
getModifiedSettings
public Settings getModifiedSettings()
- Return a Settings instance that only contains the set of user-modified values.
|
|||||||||
| Home >> All >> org >> fluidsynth >> api >> [ settings overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.fluidsynth.api.settings.Settings