|
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.dss.dataView.BaseComponentXML
oracle.dss.graph.BaseGraphComponent
oracle.dss.graph.ParetoLine
public class ParetoLine
Implementation of the UIParetoLine
interface.
The pareto line shows cumulative percentages in a pareto graph.
Application developers should code against the UIParetoLine
interface and not directly against this class.
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
ParetoLine(CommonGraph graph)
|
Method Summary | |
---|---|
java.awt.Color |
getColor()
Retrieves the fill color of the line. |
protected java.lang.String |
getComponentName()
|
int |
getLineStyle()
Retrieves the style of the pareto line. |
int |
getMarkerShape()
Retrieves the shape of the markers along this ParetoLine . |
boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
|
int |
getWidth()
Retrieves the width of this ParetoLine . |
protected void |
resetStyle()
|
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 |
setMarkerShape(int shape)
Specifies the shape for the markers along this ParetoLine . |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
void |
setWidth(int width)
Specifies the width of this ParetoLine , in pixels. |
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getNonstyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setXML, setXML, setXML, setXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParetoLine(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public void setColor(java.awt.Color color)
setColor
in interface UIParetoLine
color
- The fill color for the line.public java.awt.Color getColor()
getColor
in interface UIParetoLine
public void setWidth(int width)
ParetoLine
, in pixels.
setWidth
in interface UIParetoLine
color
- The width of the line.public int getWidth()
ParetoLine
.
getWidth
in interface UIParetoLine
public void setLineStyle(int style)
setLineStyle
in interface UIParetoLine
style
- style of pareto lineBaseGraphComponent.LS_SOLID
,
BaseGraphComponent.LS_DASH
,
BaseGraphComponent.LS_DOTTED
,
BaseGraphComponent.LS_DASH_DOT
public int getLineStyle()
getLineStyle
in interface UIParetoLine
BaseGraphComponent.LS_SOLID
,
BaseGraphComponent.LS_DASH
,
BaseGraphComponent.LS_DOTTED
,
BaseGraphComponent.LS_DASH_DOT
public void setMarkerShape(int shape)
ParetoLine
.
setMarkerShape
in interface UIParetoLine
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_UP
public int getMarkerShape()
ParetoLine
.
getMarkerShape
in interface UIParetoLine
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_UP
protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML
in class BaseComponentXML
public boolean getStyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
getStyleXML
in class BaseComponentXML
protected void resetStyle()
|
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 |