Skip navigation links
oracle.adf.view.faces.bi.component.graph
Class ParetoLine
java.lang.Object
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.graph.ParetoLine
- All Implemented Interfaces:
- javax.faces.component.StateHolder
-
public class ParetoLine
- extends BIComplexAttributeBase
- Since:
- 11.0
| 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
|
| 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 |
TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY
LINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_STYLE_KEY
WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey WIDTH_KEY
ParetoLine
public ParetoLine()
setColor
public void setColor(java.awt.Color color)
- Specifies the fill color for the line.
-
- Parameters:
color - The fill color for the line.
getColor
public java.awt.Color getColor()
- Retrieves the fill color of the line.
-
- Returns:
- The fill color for the line.
setWidth
public void setWidth(int width)
- Specifies the width of this
ParetoLine, in pixels.
-
- Parameters:
color - The width of the line.
getWidth
public int getWidth()
- Retrieves the width of this
ParetoLine.
-
- Returns:
- The width of the line, in pixels.
setLineStyle
public void setLineStyle(int style)
- Specifies the style of the pareto line.
-
- Parameters:
style - style of pareto line
- See Also:
BaseGraphComponent.LS_SOLID, BaseGraphComponent.LS_DASH, BaseGraphComponent.LS_DOTTED, BaseGraphComponent.LS_DASH_DOT
getLineStyle
public int getLineStyle()
- Retrieves the style of the pareto line.
-
- Returns:
- style of the pareto line.
- See Also:
BaseGraphComponent.LS_SOLID, BaseGraphComponent.LS_DASH, BaseGraphComponent.LS_DOTTED, BaseGraphComponent.LS_DASH_DOT
resetStyleProperties
protected void resetStyleProperties()
getBeanType
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
-
- Specified by:
getBeanType in class BIComplexAttributeBase
Skip navigation links
Copyright © 1997, 2009, Oracle. All rights reserved.