|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| 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.ParetoMarker
public class ParetoMarker
Defines properties for the markers on a pareto graph.
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MARKER_SHAPE_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 | |
|---|---|
ParetoMarker()
|
|
| Method Summary | |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
int |
getMarkerShape()
Retrieves the shape of the markers along this ParetoLine. |
protected void |
resetStyleProperties()
|
void |
setMarkerShape(int shape)
Specifies the shape for the markers along this ParetoLine. |
void |
setMarkerShape(java.lang.String shape)
Indicates the shape of a marker on the pareto line in a pareto graph. |
| 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 MARKER_SHAPE_KEY
| Constructor Detail |
|---|
public ParetoMarker()
| Method Detail |
|---|
public void setMarkerShape(int shape)
ParetoLine.
shape - A constant that identifies the shape to use.
Valid constants are listed in the See Also section.BaseGraphComponent.MS_NONE,
BaseGraphComponent.MS_CIRCLE,
BaseGraphComponent.MS_DIAMOND,
BaseGraphComponent.MS_PLUS,
BaseGraphComponent.MS_SQUARE,
BaseGraphComponent.MS_TRIANGLE_DOWN,
BaseGraphComponent.MS_TRIANGLE_UPpublic void setMarkerShape(java.lang.String shape)
shape - A constant that identifies the shape to use.
Valid constants are
public int getMarkerShape()
ParetoLine.
ParetoLine.
Possible constants are listed in the See Also section.BaseGraphComponent.MS_NONE,
BaseGraphComponent.MS_CIRCLE,
BaseGraphComponent.MS_DIAMOND,
BaseGraphComponent.MS_PLUS,
BaseGraphComponent.MS_SQUARE,
BaseGraphComponent.MS_TRIANGLE_DOWN,
BaseGraphComponent.MS_TRIANGLE_UPprotected void resetStyleProperties()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBase
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||