public class GaugeLegendText extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
GaugeLegendText() |
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
|
int |
getMinLength()
Description: Specifies the minimum length of text to display before truncation when there is not enough room to display all the text.
|
java.lang.String |
getMinLengthAsString()
Description: Specifies the minimum length of text to display before truncation when there is not enough room to display all the text.
|
java.lang.String |
getNumberType()
Description: Format for numbers that are displayed in the legend.
|
java.lang.String |
getTagName() |
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 |
setMinLength(int minLength)
Description: Specifies the minimum length of text to display before truncation when there is not enough room to display all the text.
|
void |
setMinLengthAsString(java.lang.String minLength)
Description: Specifies the minimum length of text to display before truncation when there is not enough room to display all the text.
|
void |
setNumberType(java.lang.String numberType)
Description: Format for numbers that are displayed in the legend.
|
_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 int getMinLength() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMinLength(int minLength)
minLength
- the value of the minLength attribute of the Tag this class represents.public java.lang.String getMinLengthAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMinLengthAsString(java.lang.String minLength)
minLength
- the value of the minLength attribute of the Tag this class represents.public java.lang.String getNumberType()
public void setNumberType(java.lang.String numberType)
numberType
- the value of the numberType attribute of the Tag this class represents.public GaugeFont getGaugeFont()
public void setGaugeFont(GaugeFont gaugeFont)
gaugeFont
- the GaugeFont of the Tag this class represents.