|
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.SliceLabel
public class SliceLabel
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
GRAPH_FONT_KEY
|
protected java.awt.Color |
m_defaultFontColor
|
protected int |
m_defaultFontSize
|
protected int |
m_defaultFontStyle
|
protected java.lang.String |
m_defaultFontTypeface
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
NUMBER_FORMAT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
RENDERED_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
TEXT_TYPE_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 | |
|---|---|
SliceLabel()
|
|
| Method Summary | |
|---|---|
void |
applyProperties(java.util.HashMap map)
Applications should not call this method. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
GraphFont |
getGraphFont()
|
oracle.adf.view.faces.bi.component.util.NumberFormat |
getNumberFormat()
|
int |
getTextType()
Retrieves a text type for this label. |
boolean |
isRendered()
Indicates whether slice labels appear in the graph. |
protected void |
resetStyleProperties()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
|
void |
setGraphFont(GraphFont font)
|
void |
setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
|
void |
setRendered(boolean rendered)
Specifies whether slice labels appear in the graph. |
void |
setTextType(int i)
Specifies a text type of this label. |
| Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, 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 |
|---|
protected java.lang.String m_defaultFontTypeface
protected int m_defaultFontStyle
protected int m_defaultFontSize
protected java.awt.Color m_defaultFontColor
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey TEXT_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GRAPH_FONT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey NUMBER_FORMAT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
| Constructor Detail |
|---|
public SliceLabel()
| Method Detail |
|---|
public int getTextType()
BaseGraphComponent.LD_TEXT,
BaseGraphComponent.LD_VALUE,
BaseGraphComponent.LD_PERCENT,
BaseGraphComponent.LD_TEXT_PERCENTpublic void setTextType(int i)
i - A constant that represents a text type of this label.BaseGraphComponent.LD_TEXT,
BaseGraphComponent.LD_VALUE,
BaseGraphComponent.LD_PERCENT,
BaseGraphComponent.LD_TEXT_PERCENTpublic boolean isRendered()
true if it is rendered, false if it is
not rendered.public void setRendered(boolean rendered)
Rendered property to false
rendered - true to display slice labels,
false to hide them.public void applyProperties(java.util.HashMap map)
applyProperties in class BIComplexAttributeBasemap - protected void resetStyleProperties()
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
restoreState in interface javax.faces.component.StateHolderrestoreState in class BIComplexAttributeBasepublic GraphFont getGraphFont()
public void setGraphFont(GraphFont font)
public oracle.adf.view.faces.bi.component.util.NumberFormat getNumberFormat()
public void setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
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 | ||||||||