public class ParetoMarker extends BIComplexAttributeBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MARKER_SHAPE_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
ID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
ParetoMarker() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedpublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_SHAPE_KEY
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