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.gauge
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.gauge.Threshold
All Implemented Interfaces:
javax.faces.component.StateHolder

public class Threshold
extends Threshold

Since:
11.0

Field Summary
 
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 getBorderColor()
          Retrieves the border color of this threshold section.
 java.awt.Color getFillColor()
          Retrieves the fill color of this threshold section.
 
Methods inherited from class oracle.adf.view.faces.bi.component.imageView.Threshold
getBeanType, getSpecialEffects, getText, getThresholdMaxValue, 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
 

Constructor Detail

Threshold

public Threshold()
Method Detail

getFillColor

public java.awt.Color getFillColor()
Retrieves the fill color of this threshold section.

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

getBorderColor

public java.awt.Color getBorderColor()
Retrieves the border color of this threshold section.

Overrides:
getBorderColor in class Threshold
Returns:
The border color of this threshold section.

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.