Uses of Class
edu.kzoo.grid.display.ScrollableGridDisplay

Packages that use ScrollableGridDisplay
edu.kzoo.grid.display   
edu.kzoo.grid.gui   
 

Uses of ScrollableGridDisplay in edu.kzoo.grid.display
 

Constructors in edu.kzoo.grid.display with parameters of type ScrollableGridDisplay
CheckeredBackgroundDisplay(ScrollableGridDisplay enclosingDisplay, java.awt.Color upperLeftColor, java.awt.Color otherColor)
          Constructs a background display that draws a checkered background for a grid, using the specified colors.
 

Uses of ScrollableGridDisplay in edu.kzoo.grid.gui
 

Methods in edu.kzoo.grid.gui that return ScrollableGridDisplay
protected  ScrollableGridDisplay GridAppFrame.constructDisplay(int viewingWidth, int viewingHeight, int minCellSize, java.awt.Color bgColor)
          Constructs the grid display at the heart of the graphical user interface.
 ScrollableGridDisplay GridAppFrame.getDisplay()
          Gets the grid display.