stella.sql
Class OffLimitVisual.Signal
java.lang.Object
stella.sql.OffLimitVisual.Signal
- Enclosing class:
- OffLimitVisual
public static class OffLimitVisual.Signal
- extends Object
A container class to hold all information of nightly statistics that
are derived from the database and evaluated to fulfill certain limits.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
private String label
green
private Color green
value
private Number value
ofval
private OffLimitVisual.Flavor ofval
OffLimitVisual.Signal
protected OffLimitVisual.Signal(String l,
Color c,
Number v,
OffLimitVisual.Flavor f)
getLabel
public String getLabel()
getHtmlLabel
public String getHtmlLabel()
getColor
public Color getColor()
getValue
public Number getValue()
getNumberFlavor
public OffLimitVisual.Flavor getNumberFlavor()
parseToHtml
public static final String parseToHtml(String underscore)
- Parses a label into an HTML-formatted name.
parseUnicode
public static final String parseUnicode(String zerox)
- Parses a label for escaped chars not allowed in SQL column names.