|
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 All Classes | ||||||||
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.ParetoLine
public class ParetoLine
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
COLOR_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINE_STYLE_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
WIDTH_KEY
|
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
ParetoLine()
|
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.awt.Color |
getColor()
Retrieves the fill color of the line. |
int |
getLineStyle()
Retrieves the style of the pareto line. |
int |
getWidth()
Retrieves the width of this ParetoLine . |
protected void |
resetStyleProperties()
|
void |
setColor(java.awt.Color color)
Specifies the fill color for the line. |
void |
setLineStyle(int style)
Specifies the style of the pareto line. |
void |
setWidth(int width)
Specifies the width of this ParetoLine , in pixels. |
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 COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey WIDTH_KEY
Constructor Detail |
---|
public ParetoLine()
Method Detail |
---|
public void setColor(java.awt.Color color)
color
- The fill color for the line.public java.awt.Color getColor()
public void setWidth(int width)
ParetoLine
, in pixels.
color
- The width of the line.public int getWidth()
ParetoLine
.
public void setLineStyle(int style)
style
- style of pareto lineBaseGraphComponent.LS_SOLID
,
BaseGraphComponent.LS_DASH
,
BaseGraphComponent.LS_DOTTED
,
BaseGraphComponent.LS_DASH_DOT
public int getLineStyle()
BaseGraphComponent.LS_SOLID
,
BaseGraphComponent.LS_DASH
,
BaseGraphComponent.LS_DOTTED
,
BaseGraphComponent.LS_DASH_DOT
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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |