public class GaugeBottomLabel extends BottomLabel
GaugeBottomLabel
, which supplies Gauge specificBottomLabel
support.
Modifier and Type | Class and Description |
---|---|
static class |
GaugeBottomLabel.LabelOptions
LabelOptions enum. |
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
GaugeBottomLabel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Retrieves the label text.
|
GaugeBottomLabel.LabelOptions |
getLabelOptions()
Retrieves the
LabelOptions enum, that determines the type of label. |
void |
setLabel(GaugeBottomLabel.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, setComplexChildAsList
public void setLabel(GaugeBottomLabel.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.UnsupportedOperationException
GaugeBottomLabel.LabelOptions
public GaugeBottomLabel.LabelOptions getLabelOptions() throws java.lang.UnsupportedOperationException
LabelOptions
enum, that determines the type of label.LabelOptions
associated with the GaugeTopLabel
.java.lang.UnsupportedOperationException
public java.lang.String getLabel()
String
representing the label text or attribute, optional for
LabelOptions.METRIC_ATTRIBUTE
.