|
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.PanelGrid
The base class for all of the panel grid components.
| Method Summary | |
java.awt.Color |
getColor()Retrieves the color for the lines of the panel grid. |
boolean |
isVisible()Indicates whether the panel grid is visible. |
void |
setColor(java.awt.Color newColor)Specifies the color for the lines of the panel grid. |
void |
setVisible(boolean yesNo)Specifies whether the panel grid is visible. |
| Methods inherited from class oracle.dss.graph.BaseGraphComponent |
selectObject |
| Method Detail |
public java.awt.Color getColor()
public void setColor(java.awt.Color newColor)
newColor - The color for the lines of the panel grid.public boolean isVisible()
isVisible in interface Visibletrue if it is visible, false if it is invisible.public void setVisible(boolean yesNo)
setVisible in interface VisibleyesNo - true to make it visible, false to make it invisible.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||