Spirograph Problem Set Javadocs

spirograph
Class Main

java.lang.Object
  extended byspirograph.Main

public class Main
extends java.lang.Object

Main is a wrapper for Spirograph.

Copyright © 1998 Massachusetts Institute of Technology
Copyright © 2003 Franklin W. Olin College of Engineering.

Version:
$Id: Main.java,v 1.4 2003/01/15 17:36:10 gus Exp $
Author:
Todd C. Parnell, tparnell@ai.mit.edu

Method Summary
static void main(java.lang.String[] argv)
          This is the entry point for the old (1998) interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] argv)
This is the entry point for the old (1998) interface.

Parameters:
argv - The command line arguments

Spirograph Problem Set Javadocs