edu.mit.sketch.uml
Class UMLDeleteInterfaceChecker

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

public class UMLDeleteInterfaceChecker
extends Object


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

Constructor Detail

UMLDeleteInterfaceChecker

public UMLDeleteInterfaceChecker(UMLProgram p,
                                 Vector s)
Method Detail

recognizeStrokes

public void recognizeStrokes()

drawableStrokes

public void drawableStrokes(boolean b)

isDelete

public boolean isDelete(Graphics g)

getDeletedInterface

public UMLInterface getDeletedInterface()