oracle.adf.view.faces.bi.component.graph
Class Threshold
java.lang.Object
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.graph.Threshold
- All Implemented Interfaces:
- javax.faces.component.StateHolder
public class Threshold
- extends BIComplexAttributeBase
- Since:
- release specific (what release of product did this appear in)
Field Summary |
static org.apache.myfaces.trinidad.bean.PropertyKey |
FILL_COLOR_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
INDEX_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAX_VALUE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MIN_VALUE_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
FILL_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FILL_COLOR_KEY
MAX_VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAX_VALUE_KEY
MIN_VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MIN_VALUE_KEY
INDEX_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INDEX_KEY
Threshold
public Threshold()
setFillColor
public void setFillColor(java.awt.Color c)
getFillColor
public java.awt.Color getFillColor()
setThresholdMaxValue
public void setThresholdMaxValue(double maxValue)
getThresholdMaxValue
public double getThresholdMaxValue()
setThresholdMinValue
public void setThresholdMinValue(double minValue)
getThresholdMinValue
public double getThresholdMinValue()
resetStyleProperties
protected void resetStyleProperties()
getBeanType
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
- Specified by:
getBeanType
in class BIComplexAttributeBase
Copyright © 1997, 2009, Oracle. All rights reserved.