edu.mit.sketch.uml
Class UMLObjectTextChecker

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

public class UMLObjectTextChecker
extends Object

Checks if a collection of strokes is text in an object.


Constructor Summary
UMLObjectTextChecker(UMLStrokeCollection collection)
           
 
Method Summary
 UMLObject getObject()
           
 boolean isText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLObjectTextChecker

public UMLObjectTextChecker(UMLStrokeCollection collection)
Method Detail

isText

public boolean isText()

getObject

public UMLObject getObject()