
public class Tools extends Object
| Modifier and Type | Field and Description |
|---|---|
static Font |
BIG_FONT |
static String |
fcsFontInString |
static Color |
greenColor |
static Font |
HUGE_FONT |
static Insets |
insets_big |
static Insets |
insets_std |
static Color |
nicePink |
static Dimension |
preferedPanelSize |
static Font |
VERY_BIG_FONT |
| Constructor and Description |
|---|
Tools() |
| Modifier and Type | Method and Description |
|---|---|
static Color |
getFilterPresenceColor(String filterPresenceStatus) |
static int |
getInt(Map<String,String> config,
String componentName,
String parameterName)
This tool is used to retrieve the int value of a parameter.
|
static Color |
getLockSensorColor(String lockSensorStatus)
Deprecated.
|
static String |
getText(Map<String,String> config,
String componentName,
String parameterName)
This tool is used to retrieve a text to display the value of a parameter.
|
public static final Color greenColor
public static final Color nicePink
public static final String fcsFontInString
public static final Font BIG_FONT
public static final Font HUGE_FONT
public static final Font VERY_BIG_FONT
public static final Insets insets_std
public static final Insets insets_big
public static final Dimension preferedPanelSize
@Deprecated public static Color getLockSensorColor(String lockSensorStatus)
lockSensorStatus - public static String getText(Map<String,String> config, String componentName, String parameterName)
config - componentName - parameterName - Copyright © 2016 LSST. All rights reserved.