Environment Plotter

Class EnvPlotterApp

java.lang.Object
  |
  +--EnvPlotterApp

public class EnvPlotterApp
extends java.lang.Object

Environment-Based Applications:
The EnvPlotterApp class provides a main method for an application that draws by coloring cells in a bounded environment.

Version:
1 January 2003

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

Constructor Detail

EnvPlotterApp

public EnvPlotterApp()
Method Detail

main

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

Environment Plotter