us.nj.nwk.overlapping_analysis
Class Controller

java.lang.Object
  extended by us.nj.nwk.overlapping_analysis.Controller

public class Controller
extends Object

The Controller has two nested classes, one which handles events in the AWT/Swing view, and a second which handles events in the Java3D view.

Author:
nix@nixmcd.org

Constructor Summary
Controller(Model model, View view, int view_type)
          Constructs a new Controller.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller

public Controller(Model model,
                  View view,
                  int view_type)
Constructs a new Controller.

Parameters:
model - the Model
view - the View