org.uacalc.nbui
Class DrawingController

java.lang.Object
  extended by org.uacalc.nbui.DrawingController

public class DrawingController
extends java.lang.Object


Field Summary
static int MAX_DRAWABLE_SIZE
           
 
Constructor Summary
DrawingController(UACalc uacalcUI, java.beans.PropertyChangeSupport cs)
           
 
Method Summary
 void drawAlg()
           
 void drawAlg(org.uacalc.ui.util.GUIAlgebra gAlg, boolean makeIfNull)
           
 LatDrawer getLatDrawer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_DRAWABLE_SIZE

public static final int MAX_DRAWABLE_SIZE
See Also:
Constant Field Values
Constructor Detail

DrawingController

public DrawingController(UACalc uacalcUI,
                         java.beans.PropertyChangeSupport cs)
Method Detail

getLatDrawer

public LatDrawer getLatDrawer()

drawAlg

public void drawAlg()

drawAlg

public void drawAlg(org.uacalc.ui.util.GUIAlgebra gAlg,
                    boolean makeIfNull)


Copyright 2003 Ralph Freese. All Rights Reserved.