public interface GridBackgroundDisplay
GridBackgroundDisplay
interface specifies the
method that must be provided by any class used to display
a Grid
background.Modifier and Type | Method and Description |
---|---|
void |
drawBackground(java.awt.Graphics2D g2)
Draws the grid background.
|