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