public class Threshold extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
Threshold() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBorderColor()
Description: Specifies the border color for a threshold section of a gauge.
|
java.lang.String |
getFillColor()
Description: Specifies the fill color for a threshold section of a gauge.
|
java.lang.String |
getId()
Description: Specifies the identifier for the threshold component.
|
SpecialEffects |
getSpecialEffects()
Description: Use the specialEffects tag to set gradient properties of a subcomponent of a graph or gauge.
|
java.lang.String |
getTagName() |
java.lang.String |
getText()
Description: Specifies the string to be displayed in the legend for this threshold.
|
double |
getThresholdMaxValue()
Description: Specifies the upper bound of the threshold.
|
java.lang.String |
getThresholdMaxValueAsString()
Description: Specifies the upper bound of the threshold.
|
void |
setBorderColor(java.lang.String borderColor)
Description: Specifies the border color for a threshold section of a gauge.
|
void |
setFillColor(java.lang.String fillColor)
Description: Specifies the fill color for a threshold section of a gauge.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the threshold component.
|
void |
setSpecialEffects(SpecialEffects specialEffects)
Description: Use the specialEffects tag to set gradient properties of a subcomponent of a graph or gauge.
|
void |
setText(java.lang.String text)
Description: Specifies the string to be displayed in the legend for this threshold.
|
void |
setThresholdMaxValue(double thresholdMaxValue)
Description: Specifies the upper bound of the threshold.
|
void |
setThresholdMaxValueAsString(java.lang.String thresholdMaxValue)
Description: Specifies the upper bound of the threshold.
|
_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 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 double getThresholdMaxValue()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setThresholdMaxValue(double thresholdMaxValue)
thresholdMaxValue - the value of the thresholdMaxValue attribute of the Tag this class represents.
public java.lang.String getThresholdMaxValueAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setThresholdMaxValueAsString(java.lang.String thresholdMaxValue)
thresholdMaxValue - the value of the thresholdMaxValue attribute of the Tag this class represents.public SpecialEffects getSpecialEffects()
public void setSpecialEffects(SpecialEffects specialEffects)
specialEffects - the SpecialEffects of the Tag this class represents.