|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The interface that defines the line properties for the graph.
| Method Summary | |
java.awt.Color |
getLineColor()Retrieves the color for the lines of the graph. |
int |
getLineWidth()Retrieves the width for the lines of the graph, in pixels. |
void |
setLineColor(java.awt.Color newColor)Specifies the color for the lines of the graph. |
void |
setLineWidth(int newValue)Specifies the width for the lines of the graph, in pixels. |
| Method Detail |
public java.awt.Color getLineColor()
public void setLineColor(java.awt.Color newColor)
newColor - The color for the lines of the graph.public int getLineWidth()
public void setLineWidth(int newValue)
newValue - The width for the lines of the graph, in pixels.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||