Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components
11g Release 1 (11.1.1.1.0)

E12063-02

oracle.adf.view.faces.bi.component.graph
Class Threshold

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by 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
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
Threshold()
           
 
Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.awt.Color getFillColor()
           
 double getThresholdMaxValue()
           
 double getThresholdMinValue()
           
protected  void resetStyleProperties()
           
 void setFillColor(java.awt.Color c)
           
 void setThresholdMaxValue(double maxValue)
           
 void setThresholdMinValue(double minValue)
           
 
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
 

Field Detail

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
Constructor Detail

Threshold

public Threshold()
Method Detail

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

Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components
11g Release 1 (11.1.1.1.0)

E12063-02

Copyright © 1997, 2009, Oracle. All rights reserved.