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