Class GridPlotterApp

java.lang.Object
  |
  +--GridPlotterApp

public class GridPlotterApp
extends java.lang.Object

Grid Plotter:
The GridPlotterApp class provides a main method for an application that draws by placing color blocks in a grid.

Version:
1 September 2004
Author:
Alyce Brady

Field Summary
protected static int MIN_CELL_SIZE
           
 
Constructor Summary
GridPlotterApp()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the Grid Plotter program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_CELL_SIZE

protected static final int MIN_CELL_SIZE
See Also:
Constant Field Values
Constructor Detail

GridPlotterApp

public GridPlotterApp()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the Grid Plotter program. The String arguments (args) are not used in this application.