|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Border
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 |
|---|
java.awt.Color getBorderColor()
void setBorderColor(java.awt.Color newColor)
newColor - The border color for the graph.boolean isBorderTransparent()
true if it is transparent, false if it is visible.void setBorderTransparent(boolean yesNo)
yesNo - true to make it transparent, false to make it visible.
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||