|
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 fill properties for the graph.
| Method Summary | |
java.awt.Color |
getFillColor()Retrieves the fill color for the graph. |
boolean |
isFillTransparent()Indicates whether the fill color of the graph is transparent. |
void |
setFillColor(java.awt.Color newColor)Specifies the fill color for the graph. |
void |
setFillTransparent(boolean yesNo)Specifies whether the fill color of the graph is transparent. |
| Method Detail |
public java.awt.Color getFillColor()
public void setFillColor(java.awt.Color newColor)
newColor - The fill color for the graph.public boolean isFillTransparent()
true if it is transparent, false if it is visible.public void setFillTransparent(boolean yesNo)
yesNo - true to make it transparent, false to make it visible.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||