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