com.businessobjects.rebean.wi
Interface GraphGrid


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.

See Also:
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

isVisible

boolean isVisible()
Checks if the axis' grid is visible.

Returns:
true when the grid is visible

setVisible

void setVisible(boolean b)
Shows or hides the axis' grid.

Parameters:
b - when true, the grid will be shown

getColor

java.awt.Color getColor()
Returns the color used to draw the grid.

Returns:
the color used to draw the grid

setColor

void setColor(java.awt.Color newColor)
Sets the color used to draw the grid.

Parameters:
newColor - the new color