edu.mit.sketch.uml
Class UMLDeleteLinkChecker

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

public class UMLDeleteLinkChecker
extends Object

Checks if the last stroke deleted a link


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

Constructor Detail

UMLDeleteLinkChecker

public UMLDeleteLinkChecker(UMLProgram p,
                            Vector s,
                            boolean drawOrig)
Method Detail

recognizeStrokes

public void recognizeStrokes()

drawableStrokes

public void drawableStrokes(boolean b)

isDelete

public boolean isDelete()

getDeletedLink

public UMLLink getDeletedLink()