edu.mit.sketch.uml
Class UMLDeleteUnrecognizedChecker

java.lang.Object
  |
  +--edu.mit.sketch.uml.UMLDeleteUnrecognizedChecker

public class UMLDeleteUnrecognizedChecker
extends Object


Constructor Summary
UMLDeleteUnrecognizedChecker(UMLProgram p, Vector s)
           
 
Method Summary
 void drawableStrokes(boolean b)
           
 UMLStroke getDeletedStroke()
           
 boolean isDelete()
           
 void recognizeStrokes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLDeleteUnrecognizedChecker

public UMLDeleteUnrecognizedChecker(UMLProgram p,
                                    Vector s)
Method Detail

recognizeStrokes

public void recognizeStrokes()

drawableStrokes

public void drawableStrokes(boolean b)

isDelete

public boolean isDelete()

getDeletedStroke

public UMLStroke getDeletedStroke()