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, TYPE
ID_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, setThresholdMaxValue
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
public static final org.apache.myfaces.trinidad.bean.PropertyKey MIN_VALUE_KEY
public java.awt.Color getFillColor()
Threshold
getFillColor
in class Threshold
public double getThresholdMaxValue()
Threshold
getThresholdMaxValue
in class Threshold
public void setThresholdMinValue(double minValue)
minValue
-public double getThresholdMinValue()