|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Grid Display Package:
The GridDisplay
interface specifies the
methods that must be provided by any class used to display
a Grid
object and its contents.
The GridDisplay
class is based on the
College Board's EnvDisplay
class,
as allowed by the GNU General Public License.
Method Summary | |
void |
setGrid(Grid grid)
Sets the Grid being displayed. |
void |
showGrid()
Shows the current state of the grid. |
Method Detail |
public void setGrid(Grid grid)
grid
- the Grid to displaypublic void showGrid()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |