public class Background extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description | 
|---|
| Background() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getFillColor()Description:
  Specifies the fill color of the graph background. | 
| 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 | isFillTransparent()Description:
  Indicates whether the background fill color should be transparent. | 
| java.lang.String | isFillTransparentAsString()Description:
  Indicates whether the background fill color should be transparent. | 
| void | setFillColor(java.lang.String fillColor)Description:
  Specifies the fill color of the graph background. | 
| void | setFillTransparent(boolean fillTransparent)Description:
  Indicates whether the background fill color should be transparent. | 
| void | setFillTransparentAsString(java.lang.String fillTransparent)Description:
  Indicates whether the background fill color should be transparent. | 
| void | setId(java.lang.String id)Description:
  Specifies the identifier for the component | 
| 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 getFillColor()
public void setFillColor(java.lang.String fillColor)
fillColor - the value of the fillColor attribute of the Tag this class represents.public boolean isFillTransparent()
public void setFillTransparent(boolean fillTransparent)
fillTransparent - the value of the fillTransparent attribute of the Tag this class represents.public java.lang.String isFillTransparentAsString()
public void setFillTransparentAsString(java.lang.String fillTransparent)
fillTransparent - the value of the fillTransparent 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 SpecialEffects getSpecialEffects()
public void setSpecialEffects(SpecialEffects specialEffects)
specialEffects - the SpecialEffects of the Tag this class represents.