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

E12063-05

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.imageView.Threshold
          extended by oracle.adf.view.faces.bi.component.graph.Threshold
All Implemented Interfaces:
javax.faces.component.StateHolder

public class Threshold
extends Threshold

Since:
release specific (what release of product did this appear in)

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey MIN_VALUE_KEY
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.imageView.Threshold
BORDER_COLOR_KEY, FILL_COLOR_KEY, INDEX_KEY, MAX_VALUE_KEY, SFX_KEY, TEXT_KEY, TYPE
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
Threshold()
           
 
Method Summary
 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.
 
Methods inherited from class oracle.adf.view.faces.bi.component.imageView.Threshold
getBeanType, getBorderColor, getSpecialEffects, getText, resetStyleProperties, restoreState, setBorderColor, setFillColor, setSpecialEffects, setText, setThresholdMaxValue
 
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, 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

MIN_VALUE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey MIN_VALUE_KEY
Constructor Detail

Threshold

public Threshold()
Method Detail

getFillColor

public java.awt.Color getFillColor()
Description copied from class: Threshold
Retrieves the fill color of this threshold section.

Overrides:
getFillColor in class Threshold
Returns:
The fill color of this threshold section.

getThresholdMaxValue

public double getThresholdMaxValue()
Description copied from class: Threshold
Retrieves the max value of this threshold.

Overrides:
getThresholdMaxValue in class Threshold
Returns:

setThresholdMinValue

public void setThresholdMinValue(double minValue)
Sets the minimum value of this threshold. This method only applies for funnel graph thresholds.

Parameters:
minValue -

getThresholdMinValue

public double getThresholdMinValue()
Returns the minimum value of this threshold. This method only applies for funnel graph thresholds.

Returns:

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

E12063-05

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