public class Slice extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
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 |
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
Slice() |
Modifier and Type | Method and Description |
---|---|
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.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getPropertyKey, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INDEX_KEY
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase
public void setColor(java.awt.Color color)
color
- The color of a slice on the pie chartpublic java.awt.Color getColor()
@Concealed public void setIndex(int index)
@Concealed public int getIndex()
@Concealed public java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
getProperty
in class BIComplexAttributeBase
@Concealed public java.lang.String getSetAttributeIndex()
getSetAttributeIndex
in class BIComplexAttributeBase