public class LowerLabelFrame extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
LowerLabelFrame() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBorderColor()
Description: Specifies the border color of the lower label frame.
|
java.lang.String |
getFillColor()
Description: Specifies the fill color of the lower label frame.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
SpecialEffects |
getSpecialEffects()
Description: Use the specialEffects tag to set gradient properties of a subcomponent of a graph or gauge.
|
java.lang.String |
getTagName() |
boolean |
isRendered()
Description: Specifies whether the lower label frame is visible.
|
java.lang.String |
isRenderedAsString()
Description: Specifies whether the lower label frame is visible.
|
void |
setBorderColor(java.lang.String borderColor)
Description: Specifies the border color of the lower label frame.
|
void |
setFillColor(java.lang.String fillColor)
Description: Specifies the fill color of the lower label frame.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setRendered(boolean rendered)
Description: Specifies whether the lower label frame is visible.
|
void |
setRenderedAsString(java.lang.String rendered)
Description: Specifies whether the lower label frame is visible.
|
void |
setSpecialEffects(SpecialEffects specialEffects)
Description: Use the specialEffects tag to set gradient properties of a subcomponent of a graph or gauge.
|
_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 getBorderColor()
public void setBorderColor(java.lang.String borderColor)
borderColor - the value of the borderColor attribute of the Tag this class represents.public java.lang.String getFillColor()
public void setFillColor(java.lang.String fillColor)
fillColor - the value of the fillColor attribute of the Tag this class represents.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 SpecialEffects getSpecialEffects()
public void setSpecialEffects(SpecialEffects specialEffects)
specialEffects - the SpecialEffects of the Tag this class represents.