public class GaugeTopLabel extends TopLabel
GaugeTopLabel, which supplies Gauge specificTopLabelsupport.
| Modifier and Type | Class and Description |
|---|---|
static class |
GaugeTopLabel.LabelOptions
LabelOptions enum. |
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
GaugeTopLabel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel()
Retrieves the label text.
|
GaugeTopLabel.LabelOptions |
getLabelOptions()
Retrieves the
LabelOptions enum, that determines the type of label. |
void |
setLabel(GaugeTopLabel.LabelOptions labelOptions, java.lang.String strLabel)
Specifies the label associated with the
GaugeTopLabel. |
getGaugeFont, getId, getPosition, getTagName, getText, setGaugeFont, setId, setPosition, setText_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic void setLabel(GaugeTopLabel.LabelOptions labelOptions, java.lang.String strLabel) throws java.lang.UnsupportedOperationException
GaugeTopLabel.labelOptions - A LabelOptions enum that determines the type of label.strLabel - A String representing the label text or attribute, or null for LabelOptions.METRIC_ATTRIBUTE.java.lang.UnsupportedOperationExceptionGaugeTopLabel.LabelOptionspublic GaugeTopLabel.LabelOptions getLabelOptions() throws java.lang.UnsupportedOperationException
LabelOptions enum, that determines the type of label.LabelOptions associated with the GaugeTopLabel.java.lang.UnsupportedOperationExceptionpublic java.lang.String getLabel()
String representing the label text or attribute, optional for LabelOptions.METRIC_ATTRIBUTE.