Skip navigation links

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

E12063-10


oracle.adf.view.faces.bi.component.gauge
Class PlotArea

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.gauge.PlotArea

All Implemented Interfaces:
javax.faces.component.StateHolder

Deprecated. This component is used with the UIGauge, which is deprecated. UIDialGauge, UILedGauge, or UIStatusMeterGauge should be used instead.

@Deprecated
public class PlotArea
extends BIComplexAttributeBase

Defines properties for the plot area of a dial or statusmeter gauge.

Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
          Deprecated.  
static org.apache.myfaces.trinidad.bean.PropertyKey FILL_COLOR_KEY
          Deprecated.  
static org.apache.myfaces.trinidad.bean.PropertyKey SFX_KEY
          Deprecated.  
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
          Deprecated.  
static org.apache.myfaces.trinidad.bean.PropertyKey USETHRESHOLDFILLCOLOR_KEY
          Deprecated.  

 

Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY

 

Constructor Summary
PlotArea()
          Deprecated.  

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
          Deprecated.  
 java.awt.Color getBorderColor()
          Deprecated. Retrieves the border color of this object.
 java.awt.Color getFillColor()
          Deprecated. Retrieves the fill color of this object.
 SpecialEffects getSpecialEffects()
          Deprecated.  
 boolean isUseThresholdFillColor()
          Deprecated. Indicates whether the color of the threshold in which the indicator falls should override the plot area color.
protected  void resetStyleProperties()
          Deprecated.  
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
          Deprecated.  
 void setBorderColor(java.awt.Color newColor)
          Deprecated. Specifies the border color of this object.
 void setFillColor(java.awt.Color newColor)
          Deprecated. Specifies the fill color of this object.
 void setSpecialEffects(SpecialEffects sfx)
          Deprecated.  
 void setUseThresholdFillColor(boolean yesNo)
          Deprecated. Indicates whether the color of the threshold in which the indicator falls should override the plot area color.

 

Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, 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
Deprecated. 

FILL_COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey FILL_COLOR_KEY
Deprecated. 

BORDER_COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
Deprecated. 

USETHRESHOLDFILLCOLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey USETHRESHOLDFILLCOLOR_KEY
Deprecated. 

SFX_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey SFX_KEY
Deprecated. 

Constructor Detail

PlotArea

public PlotArea()
Deprecated. 

Method Detail

getFillColor

public java.awt.Color getFillColor()
Deprecated. 
Retrieves the fill color of this object.
Returns:
The fill color of this object.

setFillColor

public void setFillColor(java.awt.Color newColor)
Deprecated. 
Specifies the fill color of this object.
Parameters:
newColor - The fill color of this object.

getBorderColor

public java.awt.Color getBorderColor()
Deprecated. 
Retrieves the border color of this object.
Returns:
The border color of this object.

setBorderColor

public void setBorderColor(java.awt.Color newColor)
Deprecated. 
Specifies the border color of this object.
Parameters:
newColor - The border color of this object.

isUseThresholdFillColor

public boolean isUseThresholdFillColor()
Deprecated. 
Indicates whether the color of the threshold in which the indicator falls should override the plot area color.
Returns:
true if threshold color should override indicator color, false otherwise.

setUseThresholdFillColor

public void setUseThresholdFillColor(boolean yesNo)
Deprecated. 
Indicates whether the color of the threshold in which the indicator falls should override the plot area color.

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object stateObj)
Deprecated. 
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class BIComplexAttributeBase

getSpecialEffects

public SpecialEffects getSpecialEffects()
Deprecated. 

setSpecialEffects

public void setSpecialEffects(SpecialEffects sfx)
Deprecated. 

resetStyleProperties

protected void resetStyleProperties()
Deprecated. 

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Deprecated. 
Specified by:
getBeanType in class BIComplexAttributeBase

Skip navigation links

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

E12063-10


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