edu.kzoo.grid.display
Interface GridBackgroundDisplay
- All Known Implementing Classes:
- CheckeredBackgroundDisplay, ScrollableGridDisplay
- public interface GridBackgroundDisplay
Grid Display Package:
The GridBackgroundDisplay
interface specifies the
method that must be provided by any class used to display
a Grid
background.
- Version:
- 1 September 2004
- Author:
- Alyce Brady
Method Summary |
void |
drawBackground(java.awt.Graphics2D g2)
Draws the grid background. |
drawBackground
public void drawBackground(java.awt.Graphics2D g2)
- Draws the grid background.
- Parameters:
g2
- the Graphics2 object to use to render