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

E12063-04

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()
          Hidden
 java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
          Hidden
 java.lang.String getSetAttributeIndex()
          Hidden
 void setColor(java.awt.Color color)
          Specifies the color of a slice on the pie charts of the mapPieGraphTheme
 void setIndex(int index)
          Hidden
 
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)
Hidden

For internal use only. Application developers should not use this

getIndex

public int getIndex()
Hidden

For internal use only. Application developers should not use this

getProperty

public java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
Hidden

Overrides:
getProperty in class BIComplexAttributeBase
For internal use only. Application developers should not use this

getSetAttributeIndex

public java.lang.String getSetAttributeIndex()
Hidden

Overrides:
getSetAttributeIndex in class BIComplexAttributeBase
For internal use only. Application developers should not use this

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

E12063-04

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