public class TrendingPreferences extends Object implements org.freehep.jas.services.PreferencesTopic
| Constructor and Description |
|---|
TrendingPreferences(LsstTrendingPlugin plugin)
Constructs
TrendingPreferences and initializes property values from saved user preferences. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(JComponent gui)
Reads GUI and updates current settings.
|
JComponent |
component() |
int |
getDnd() |
int |
getDoubleClick() |
EnumSet<Meta> |
getDrawMeta() |
int |
getNBins() |
int |
getRefreshMax() |
int |
getRefreshMin() |
boolean |
isAutoSave() |
boolean |
isAutoStart() |
boolean |
isIgnoreMetaRange() |
boolean |
isUseRawData() |
boolean |
isWarnOnAlarm() |
String[] |
path() |
public TrendingPreferences(LsstTrendingPlugin plugin)
TrendingPreferences and initializes property values from saved user preferences.plugin - The trending plugin instance.public boolean isAutoStart()
public boolean isAutoSave()
public boolean isUseRawData()
public int getNBins()
public int getRefreshMin()
public int getRefreshMax()
public boolean isWarnOnAlarm()
public int getDoubleClick()
public int getDnd()
public boolean isIgnoreMetaRange()
public String[] path()
path in interface org.freehep.jas.services.PreferencesTopicpublic JComponent component()
component in interface org.freehep.jas.services.PreferencesTopicpublic boolean apply(JComponent gui)
apply in interface org.freehep.jas.services.PreferencesTopicCopyright © 2023 LSST. All rights reserved.