|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
oracle.dss.graph.BaseGraphComponent | +--oracle.dss.graph.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.
| Method Summary | |
java.awt.Color |
getColor()Retrieves the fill color of the line. |
int |
getMarkerShape()Retrieves the shape of the markers along this ParetoLine. |
int |
getWidth()Retrieves the width of this ParetoLine. |
void |
setColor(java.awt.Color color)Specifies the fill color for the line. |
void |
setMarkerShape(int shape)Specifies the shape for the markers along this ParetoLine. |
void |
setWidth(int width)Specifies the width of this ParetoLine, in pixels. |
| Methods inherited from class oracle.dss.graph.BaseGraphComponent |
selectObject |
| Method Detail |
public void setColor(java.awt.Color color)
setColor in interface UIParetoLinecolor - The fill color for the line.public java.awt.Color getColor()
getColor in interface UIParetoLinepublic void setWidth(int width)
ParetoLine, in pixels.setWidth in interface UIParetoLinecolor - The width of the line.public int getWidth()
ParetoLine.getWidth in interface UIParetoLinepublic void setMarkerShape(int shape)
ParetoLine.setMarkerShape in interface UIParetoLineshape - 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 int getMarkerShape()
ParetoLine.getMarkerShape in interface UIParetoLineParetoLine. 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
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||