public class BottomLabel extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
BottomLabel() |
Modifier and Type | Method and Description |
---|---|
GaugeFont |
getGaugeFont()
Description: Use the gaugeFont tag to format fonts in gauge components that display text.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
java.lang.String |
getPosition()
Description: Specifies the location of a bottom label, if any, for a gauge.
|
java.lang.String |
getTagName() |
java.lang.String |
getText()
Description: Specifies the text for the bottomLabel.
|
void |
setGaugeFont(GaugeFont gaugeFont)
Description: Use the gaugeFont tag to format fonts in gauge components that display text.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setPosition(java.lang.String position)
Description: Specifies the location of a bottom label, if any, for a gauge.
|
void |
setText(java.lang.String text)
Description: Specifies the text for the bottomLabel.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the value of the id attribute of the Tag this class represents.public java.lang.String getPosition()
public void setPosition(java.lang.String position)
position
- the value of the position attribute of the Tag this class represents.public java.lang.String getText()
public void setText(java.lang.String text)
text
- the value of the text attribute of the Tag this class represents.public GaugeFont getGaugeFont()
public void setGaugeFont(GaugeFont gaugeFont)
gaugeFont
- the GaugeFont of the Tag this class represents.