Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


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

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.graph.PieFeeler

All Implemented Interfaces:
javax.faces.component.StateHolder

public class PieFeeler
extends BIComplexAttributeBase
Since:
release specific (what release of product did this appear in)

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey LINE_COLOR_KEY
           
protected  java.awt.Color m_defaultLineColor
           
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
PieFeeler()
           

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.awt.Color getLineColor()
          Retrieves the color for the object.
protected  void resetStyleProperties()
           
 void setLineColor(java.awt.Color newColor)
          Specifies the color for the object.

 

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

m_defaultLineColor

protected java.awt.Color m_defaultLineColor

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

LINE_COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_COLOR_KEY

Constructor Detail

PieFeeler

public PieFeeler()

Method Detail

getLineColor

public java.awt.Color getLineColor()
Retrieves the color for the object.
Returns:
The color for the object.

setLineColor

public void setLineColor(java.awt.Color newColor)
Specifies the color for the object.
Parameters:
newColor - The color for the object.

resetStyleProperties

protected void resetStyleProperties()

getBeanType

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


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