|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphGrid
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
GraphGrid interface represents the grid of a graph axis.
GraphAxisProperties.getGrid()| Method Summary | |
|---|---|
java.awt.Color |
getColor()
Returns the color used to draw the grid. |
boolean |
isVisible()
Checks if the axis' grid is visible. |
void |
setColor(java.awt.Color newColor)
Sets the color used to draw the grid. |
void |
setVisible(boolean b)
Shows or hides the axis' grid. |
| Method Detail |
|---|
boolean isVisible()
true when the grid is visiblevoid setVisible(boolean b)
b - when true, the grid will be shownjava.awt.Color getColor()
void setColor(java.awt.Color newColor)
newColor - the new color
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||