public class ParameterSetStoragePrefs extends ReposPrefs implements SLLineSegmentRendererPreferences, SLAxesPreferences, SLFigurePreferences, SLLegendPreferences
ConfigEnvironmentVariable, ReposMap, SplitString, SysConfigFile, UsrConfigFile| Constructor and Description |
|---|
ParameterSetStoragePrefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDomainNameFilter() |
java.util.HashSet |
getColorConfigs() |
java.awt.Color |
getDefaultAxesBackgroundColor(java.lang.String repos) |
boolean |
getDefaultAxesBoxOn(java.lang.String repos) |
java.awt.Color |
getDefaultAxesColor(java.lang.String repos) |
java.awt.Font |
getDefaultAxesFont(java.lang.String repos) |
boolean |
getDefaultAxesGridOn(java.lang.String repos) |
int |
getDefaultAxesLineThickness(java.lang.String repos) |
boolean |
getDefaultAxesOn(java.lang.String repos) |
java.awt.Color |
getDefaultAxesTitleColor(java.lang.String repos) |
java.awt.Font |
getDefaultAxesTitleFont(java.lang.String repos) |
java.awt.Color |
getDefaultAxesXLabelColor(java.lang.String repos) |
java.awt.Font |
getDefaultAxesXLabelFont(java.lang.String repos) |
java.awt.Color |
getDefaultAxesYLabelColor(java.lang.String repos) |
java.awt.Font |
getDefaultAxesYLabelFont(java.lang.String repos) |
java.awt.Color |
getDefaultAxesZLabelColor(java.lang.String repos) |
java.awt.Font |
getDefaultAxesZLabelFont(java.lang.String repos) |
java.util.LinkedHashMap |
getDefaultConfig()
Get a HashMap containing the default configuration.
|
java.awt.Color |
getDefaultFigureBackgroundColor(java.lang.String repos) |
DomainNameFilter |
getDefaultLegendDomainNameFilter(java.lang.String repos) |
java.awt.Font |
getDefaultLegendFont(java.lang.String repos) |
java.awt.Color |
getDefaultLegendFontColor(java.lang.String repos) |
int |
getDefaultLineThickness(java.lang.String repos) |
int |
getDefaultMarkerSize(java.lang.String repos) |
java.util.HashSet |
getFileChooserConfigs() |
java.util.HashSet |
getFontConfigs() |
java.util.HashSet |
getIntegerConfigs() |
java.util.HashSet |
getTrueFalseConfigs() |
getCommentTemplateLocationName, getCommentTemplateViewerName, supportedInterfacedefaultTexViewer, getYesNoConfigs, isMac, isUnix, isWindows, today, userNameaddRepository, getButtonTextConfigs, getConfig, getConfig, getConfigEnvironmentVariable, getConfigKeys, getConfigValue, getConfigValue, getDirectoryChooserConfigs, getDomainNameFilterConfigs, getFirstSplitConfigValue, getIllegalChars, getLastSplitConfigValue, getOnOffConfigs, getPreferencesClass, getRepositories, getSplitConfigValue, getSplitString, getSysConfigFile, getUsrConfigFile, hasIllegalChars, hasRepository, importConfig, initialize, processConfig, removeRepository, saveConfig, setConfigValue, setConfigValue, setSplitConfigValue, setSplitString, show, showError, size, whatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRepository, getConfig, getConfigEnvironmentVariable, getConfigValue, getRepositories, getSplitConfigValue, getSysConfigFile, getUsrConfigFile, hasRepository, processConfig, removeRepository, setConfigValue, setSplitConfigValue, whatgetConfig, getConfigKeys, getConfigValue, getIllegalChars, getOnOffConfigs, getSplitString, getYesNoConfigs, hasIllegalChars, initialize, setConfigValue, setSplitString, show, sizepublic java.util.HashSet getFileChooserConfigs()
getFileChooserConfigs in interface ConfigurationgetFileChooserConfigs in class ReposConfigpublic java.util.LinkedHashMap getDefaultConfig()
SQLConfiggetDefaultConfig in interface ConfigurationgetDefaultConfig in class SQLConfigpublic java.util.HashSet getIntegerConfigs()
getIntegerConfigs in class ReposConfigpublic java.util.HashSet getColorConfigs()
getColorConfigs in class ReposConfigpublic java.util.HashSet getTrueFalseConfigs()
getTrueFalseConfigs in interface ConfigurationgetTrueFalseConfigs in class ReposConfigpublic java.util.HashSet getFontConfigs()
getFontConfigs in class ReposConfigpublic int getDefaultAxesLineThickness(java.lang.String repos)
getDefaultAxesLineThickness in interface SLAxesPreferencespublic int getDefaultLineThickness(java.lang.String repos)
getDefaultLineThickness in interface SLLineSegmentRendererPreferencespublic int getDefaultMarkerSize(java.lang.String repos)
getDefaultMarkerSize in interface SLLineSegmentRendererPreferencespublic java.awt.Color getDefaultAxesBackgroundColor(java.lang.String repos)
getDefaultAxesBackgroundColor in interface SLAxesPreferencespublic java.awt.Color getDefaultAxesTitleColor(java.lang.String repos)
getDefaultAxesTitleColor in interface SLAxesPreferencespublic java.awt.Color getDefaultAxesColor(java.lang.String repos)
getDefaultAxesColor in interface SLAxesPreferencespublic java.awt.Color getDefaultAxesXLabelColor(java.lang.String repos)
getDefaultAxesXLabelColor in interface SLAxesPreferencespublic java.awt.Color getDefaultAxesYLabelColor(java.lang.String repos)
getDefaultAxesYLabelColor in interface SLAxesPreferencespublic java.awt.Color getDefaultAxesZLabelColor(java.lang.String repos)
getDefaultAxesZLabelColor in interface SLAxesPreferencespublic java.awt.Font getDefaultLegendFont(java.lang.String repos)
getDefaultLegendFont in interface SLLegendPreferencespublic java.awt.Color getDefaultLegendFontColor(java.lang.String repos)
getDefaultLegendFontColor in interface SLLegendPreferencespublic DomainNameFilter getDefaultLegendDomainNameFilter(java.lang.String repos)
getDefaultLegendDomainNameFilter in interface SLLegendPreferencespublic java.awt.Font getDefaultAxesXLabelFont(java.lang.String repos)
getDefaultAxesXLabelFont in interface SLAxesPreferencespublic java.awt.Font getDefaultAxesYLabelFont(java.lang.String repos)
getDefaultAxesYLabelFont in interface SLAxesPreferencespublic java.awt.Font getDefaultAxesZLabelFont(java.lang.String repos)
getDefaultAxesZLabelFont in interface SLAxesPreferencespublic java.awt.Font getDefaultAxesFont(java.lang.String repos)
getDefaultAxesFont in interface SLAxesPreferencespublic java.awt.Font getDefaultAxesTitleFont(java.lang.String repos)
getDefaultAxesTitleFont in interface SLAxesPreferencespublic boolean getDefaultAxesOn(java.lang.String repos)
getDefaultAxesOn in interface SLAxesPreferencespublic boolean getDefaultAxesGridOn(java.lang.String repos)
getDefaultAxesGridOn in interface SLAxesPreferencespublic boolean getDefaultAxesBoxOn(java.lang.String repos)
getDefaultAxesBoxOn in interface SLAxesPreferencespublic java.awt.Color getDefaultFigureBackgroundColor(java.lang.String repos)
getDefaultFigureBackgroundColor in interface SLFigurePreferencespublic void addDomainNameFilter()
Copyright © 2011, 2013. Daniel P. Dougherty