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.geoMap
Class Slice

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.geoMap.Slice

All Implemented Interfaces:
javax.faces.component.StateHolder

public class Slice
extends BIComplexAttributeBase

This complex attributes defines a slice of the pie charts in a pieChartTheme


Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey INDEX_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
Slice()
           

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.awt.Color getColor()
          Return the color of a slice on the pie chart
 int getIndex()
          For internal use only.
 java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
          For internal use only.
 java.lang.String getSetAttributeIndex()
          For internal use only.
 void setColor(java.awt.Color color)
          Specifies the color of a slice on the pie charts of the mapPieGraphTheme
 void setIndex(int index)
          For internal use only.

 

Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getPropertyKey, 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

COLOR_KEY

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

INDEX_KEY

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

Constructor Detail

Slice

public Slice()

Method Detail

getBeanType

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

setColor

public void setColor(java.awt.Color color)
Specifies the color of a slice on the pie charts of the mapPieGraphTheme
Parameters:
color - The color of a slice on the pie chart

getColor

public java.awt.Color getColor()
Return the color of a slice on the pie chart
Returns:
The color of a slice on the pie chart

setIndex

public void setIndex(int index)
For internal use only. Application developers should not use this.
For internal use only. Application developers should not use this

getIndex

public int getIndex()
For internal use only. Application developers should not use this.
For internal use only. Application developers should not use this

getProperty

public java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
For internal use only. Application developers should not use this.
Overrides:
getProperty in class BIComplexAttributeBase
For internal use only. Application developers should not use this

getSetAttributeIndex

public java.lang.String getSetAttributeIndex()
For internal use only. Application developers should not use this.
Overrides:
getSetAttributeIndex in class BIComplexAttributeBase
For internal use only. Application developers should not use this

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.