public static class OffLimitVisual.Signal extends Object
| Modifier and Type | Field and Description |
|---|---|
private Color |
green |
private String |
label |
private OffLimitVisual.Flavor |
ofval |
private Number |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
Signal(String l,
Color c,
Number v,
OffLimitVisual.Flavor f) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
String |
getHtmlLabel() |
String |
getLabel() |
OffLimitVisual.Flavor |
getNumberFlavor() |
Number |
getValue() |
static String |
parseToHtml(String underscore)
Parses a label into an HTML-formatted name.
|
static String |
parseUnicode(String zerox)
Parses a label for escaped chars not allowed in SQL column names.
|
private final String label
private final Color green
private final Number value
private final OffLimitVisual.Flavor ofval
protected Signal(String l, Color c, Number v, OffLimitVisual.Flavor f)
public String getLabel()
public String getHtmlLabel()
public Color getColor()
public Number getValue()
public OffLimitVisual.Flavor getNumberFlavor()
public static final String parseToHtml(String underscore)