|
|||||||||
| Home >> All >> org >> fluidsynth >> [ api overview ] | PREV NEXT | ||||||||
Uses of Class
org.fluidsynth.api.Configuration
| Uses of Configuration in org.fluidsynth.api |
| Fields in org.fluidsynth.api declared as Configuration | |
private Configuration |
ConfigManager.currentConfiguration
|
private Configuration |
ConfigManager.newConfig
|
| Methods in org.fluidsynth.api that return Configuration | |
Configuration |
Configuration.getModifiedConfiguration()
Get a version of this configuration suitable for persistence to disk. |
Configuration |
ConfigManager.getCurrentConfiguration()
Get the currently loaded configuration. |
Configuration |
ConfigManager.loadConfiguration(java.lang.String configPathName)
Load a new configuration from the given pathname. |
| Methods in org.fluidsynth.api with parameters of type Configuration | |
static void |
ConfigManager.saveConfiguration(Configuration configuration,
java.lang.String pathname)
Save the specified configuration to the given pathname. |
(package private) static void |
ConfigManager.marshall(Mapping mapping,
Configuration configuration,
java.io.File file)
|
|
|||||||||
| Home >> All >> org >> fluidsynth >> [ api overview ] | PREV NEXT | ||||||||