|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.graph.Slice
public class Slice
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 |
---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_POSITION_KEY
Constructor Detail |
---|
public Slice()
Method Detail |
---|
public int getLabelPosition()
BaseGraphComponent.LP_INSIDE
,
BaseGraphComponent.LP_OUTSIDE_WITHOUT_FEELER
,
BaseGraphComponent.LP_OUTSIDE_WITH_FEELER
,
BaseGraphComponent.LP_OUTSIDE_FEELER_IF_NEEDED
public void setLabelPosition(int position)
position
- A constant that represents the position of the slice
labels. Valid constants are listed in the See Also section.BaseGraphComponent.LP_INSIDE
,
BaseGraphComponent.LP_OUTSIDE_WITHOUT_FEELER
,
BaseGraphComponent.LP_OUTSIDE_WITH_FEELER
,
BaseGraphComponent.LP_OUTSIDE_FEELER_IF_NEEDED
protected void resetStyleProperties()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |