edu.mit.sketch.system
Class SketchSystem

java.lang.Object
  |
  +--edu.mit.sketch.system.SketchSystem

public class SketchSystem
extends Object

This is the kick start to get things going. It sets up the blackboard and its necessary helpers. It also attaches renderers and a controller to the BB so that it can communicate with the user.

Copyright: Copyright (C) 2001 by MIT. All Rights Reserved Created: Tue Nov 6 21:30:01 2001


Constructor Summary
SketchSystem()
           
 
Method Summary
static void main(String[] args)
           
 void runTheSystem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SketchSystem

public SketchSystem()
Method Detail

runTheSystem

public void runTheSystem()

main

public static void main(String[] args)