public class SOMViewerProperties extends Properties
Modifier and Type | Field and Description |
---|---|
private String |
htmlMapTemplatesDir |
private static long |
serialVersionUID |
defaults
Constructor and Description |
---|
SOMViewerProperties()
Creates an empty SOMViewerProperties object.
|
SOMViewerProperties(String fname)
Loads the properties (or preferences) for the SOMViewer application and GUI.
|
Modifier and Type | Method and Description |
---|---|
String |
getAudioPlayer()
Returns the path name to call the preferred audio player to play audio files from PlaySOM Panel.
|
String |
getHtmlMapTemplatesDir() |
String |
getPalettesDir() |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
private static final long serialVersionUID
private String htmlMapTemplatesDir
public SOMViewerProperties(String fname) throws PropertiesException
fname
- name of the properties file.PropertiesException
- thrown if properties file could not be opened or the values of the properties are
illegal.public SOMViewerProperties()