|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
oracle.dss.graph.BaseGraphComponent | +--oracle.dss.graph.GraphBackground
The background of the Graph.
| Method Summary | |
java.awt.Color |
getBackground()Retrieves the color for the background of the graph. |
java.awt.Color |
getFillColor()Retrieves the fill color of the background of the graph. |
SFX |
getSFX()Retrieves the SFX object for the background of the graph. |
boolean |
isFillTransparent()Indicates whether the fill color for the background of the graph is transparent. |
boolean |
selectObject(int series, int group)Selects the background of the graph. |
void |
setBackground(java.awt.Color background)Specifies the color for the background of the graph. |
void |
setFillColor(java.awt.Color newColor)Specifies the fill color of the background of the graph. |
void |
setFillTransparent(boolean yesNo)Specifies whether the fill color for the background of the graph is transparent. |
| Method Detail |
public SFX getSFX()
SFX object for the background of the graph. The SFX object allows you to retrieve and specify attributes for special effects.SFX object for the background of the graph.
public boolean selectObject(int series,
int group)
selectObject in class BaseGraphComponentseries - Any integer.group - Any integer.true if it is successful, false if it is not.public java.awt.Color getFillColor()
getFillColor in interface Fillpublic void setFillColor(java.awt.Color newColor)
setFillColor in interface FillnewColor - The fill color of the background of the graph.public boolean isFillTransparent()
isFillTransparent in interface Filltrue if the fill color is transparent, false if the fill color is not transparent.public void setFillTransparent(boolean yesNo)
setFillTransparent in interface FillyesNo - true to make the fill color transparent, false to make the fill color visible.public void setBackground(java.awt.Color background)
setBackground in interface Backgroundbackground - The color for the background of the graph.public java.awt.Color getBackground()
getBackground in interface Background
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||