Public Member Functions | |
void | Refresh () |
ColorScale | getColorScale (int display, int testIndex, int parameterIndex, int mouseOption, int displayOption) |
void | updateScale (ColorScale colorScale, boolean persist) |
ColorScale | getDefaultColorScale (String scaleTitle) |
void | clearAll () |
boolean | isDefault (ColorScale colorScale) |
void | readPersistedScales () |
void | persistScales () |
void | initialiseDefaults () |
Static Public Member Functions | |
static ColorScaleManager | getInstance () |
Private Member Functions | |
ColorScaleManager () | |
String | getTitleString (int display, int testIndex, int parameterIndex, int mouseOption, int displayOption) |
Private Attributes | |
Map | defaultMap |
Map | nonDefaultMap |
Set | persistedSet |
final String | IS_MONITOR_TITLE = "Number of published objects" |
final String | SCTDB_COMPARISON_TITLE = "Comparison with SCTDAQ Reference" |
final String | IVSCAN_TITLE = "Sensor Current (microAmps)" |
final String | PROBE_TITLE = "Module Probe Data" |
Static Private Attributes | |
static ColorScaleManager | instance = new ColorScaleManager() |
Definition at line 13 of file ColorScaleManager.java.