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

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.graph.Slice
All Implemented Interfaces:
javax.faces.component.StateHolder

public class Slice
extends BIComplexAttributeBase

Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey LABEL_POSITION_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()
           
 int getLabelPosition()
          Retrieves the position of slice labels in relation to slices.
protected  void resetStyleProperties()
           
 void setLabelPosition(int position)
          Specifies the position of slice labels in relation to slices.
 
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

TYPE

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

LABEL_POSITION_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_POSITION_KEY
Constructor Detail

Slice

public Slice()
Method Detail

getLabelPosition

public int getLabelPosition()
Retrieves the position of slice labels in relation to slices.

Returns:
A constant that represents the position of slice labels. Valid constants are listed in the See Also section.
See Also:
BaseGraphComponent.LP_INSIDE, BaseGraphComponent.LP_OUTSIDE_WITHOUT_FEELER, BaseGraphComponent.LP_OUTSIDE_WITH_FEELER, BaseGraphComponent.LP_OUTSIDE_FEELER_IF_NEEDED

setLabelPosition

public void setLabelPosition(int position)
Specifies the position of slice labels in relation to slices.

Parameters:
position - A constant that represents the position of the slice labels. Valid constants are listed in the See Also section.
See Also:
BaseGraphComponent.LP_INSIDE, BaseGraphComponent.LP_OUTSIDE_WITHOUT_FEELER, BaseGraphComponent.LP_OUTSIDE_WITH_FEELER, BaseGraphComponent.LP_OUTSIDE_FEELER_IF_NEEDED

resetStyleProperties

protected void resetStyleProperties()

getBeanType

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

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.