@Deprecated public class GaugeLegendText extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
GaugeLegendText()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GaugeFont |
getGaugeFont()
Deprecated.
Description:
This tag is deprecated since the parent tag, "gauge", is deprecated.
|
java.lang.String |
getId()
Deprecated.
Description:
Specifies the identifier for the component
|
int |
getMinLength()
Deprecated.
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()
Deprecated.
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()
Deprecated.
Description:
Format for numbers that are displayed in the legend.
|
java.lang.String |
getTagName()
Deprecated.
|
void |
setGaugeFont(GaugeFont gaugeFont)
Deprecated.
Description:
This tag is deprecated since the parent tag, "gauge", is deprecated.
|
void |
setId(java.lang.String id)
Deprecated.
Description:
Specifies the identifier for the component
|
void |
setMinLength(int minLength)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic 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.NumberFormatExceptionpublic 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.NumberFormatExceptionpublic 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.