public class Threshold extends Threshold
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MIN_VALUE_KEY |
BORDER_COLOR_KEY, FILL_COLOR_KEY, INDEX_KEY, MAX_VALUE_KEY, SFX_KEY, TEXT_KEY, TYPEID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
Threshold() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getFillColor()
Retrieves the fill color of this threshold section.
|
double |
getThresholdMaxValue()
Retrieves the max value of this threshold.
|
double |
getThresholdMinValue()
Returns the minimum value of this threshold.
|
void |
setThresholdMinValue(double minValue)
Sets the minimum value of this threshold.
|
getBeanType, getBorderColor, getSpecialEffects, getText, resetStyleProperties, restoreState, setBorderColor, setFillColor, setSpecialEffects, setText, setThresholdMaxValueapplyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedpublic static final org.apache.myfaces.trinidad.bean.PropertyKey MIN_VALUE_KEY
public java.awt.Color getFillColor()
ThresholdgetFillColor in class Thresholdpublic double getThresholdMaxValue()
ThresholdgetThresholdMaxValue in class Thresholdpublic void setThresholdMinValue(double minValue)
minValue -public double getThresholdMinValue()