getBooleanConfigValue
public boolean getBooleanConfigValue(String key)
getBooleanConfigValue
public boolean getBooleanConfigValue(String key,
boolean defaultValue)
getFontDataConfigValue
public FontData getFontDataConfigValue(String key)
getIntConfigValue
public int getIntConfigValue(String key)
getIntConfigValue
public int getIntConfigValue(String key,
int defaultValue)
getRGBConfigValue
public RGB getRGBConfigValue(String key)
getStringConfigValue
public String getStringConfigValue(String key)
getStringConfigValue
public String getStringConfigValue(String key,
String defaultValue)
removeProperty
public void removeProperty(String key)
setDefaults
public void setDefaults()
setProperty
public void setProperty(String key,
String value)
setProperty
public void setProperty(String key,
boolean value)
setProperty
public void setProperty(String key,
int value)