@Deprecated public class GaugeLegendTitle extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
GaugeLegendTitle()
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
|
java.lang.String |
getTagName()
Deprecated.
|
java.lang.String |
getText()
Deprecated.
Description:
Specifies the title to appear in the gauge legend.
|
boolean |
isRendered()
Deprecated.
Description:
Indicates whether the legend title of the gauge is to be visible.
|
java.lang.String |
isRenderedAsString()
Deprecated.
Description:
Indicates whether the legend title of the gauge is to be visible.
|
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 |
setRendered(boolean rendered)
Deprecated.
Description:
Indicates whether the legend title of the gauge is to be visible.
|
void |
setRenderedAsString(java.lang.String rendered)
Deprecated.
Description:
Indicates whether the legend title of the gauge is to be visible.
|
void |
setText(java.lang.String text)
Deprecated.
Description:
Specifies the title to appear in the gauge 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 boolean isRendered()
public void setRendered(boolean rendered)
rendered
- the value of the rendered attribute of the Tag this class represents.public java.lang.String isRenderedAsString()
public void setRenderedAsString(java.lang.String rendered)
rendered
- the value of the rendered 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.