|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the pareto line in a pareto graph. The pareto line shows the cumulative percentage of the bars in a pareto graph, with relation to the total of all the bars. The line always ends with 100 percent. This interface is implemented internally and is used by the BI Beans user interface panels. Application developers should not implement this interface.
Method Summary | |
java.awt.Color |
getColor() Retrieves the fill color of the line. |
int |
getMarkerShape() Retrieves the shape of the markers along this UIParetoLine . |
int |
getWidth() Retrieves the width of this UIParetoLine . |
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 UIParetoLine . |
void |
setWidth(int width) Specifies the width of this UIParetoLine , in pixels. |
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)
UIParetoLine
, in pixels.color
- The width of the line.public int getWidth()
UIParetoLine
.public void setMarkerShape(int shape)
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()
UIParetoLine
.UIParetoLine
. 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 |