edu.mit.sketch.uml
Class UMLCreateObjectChecker

java.lang.Object
  |
  +--edu.mit.sketch.uml.UMLCreateUMLChecker
        |
        +--edu.mit.sketch.uml.UMLCreateObjectChecker
All Implemented Interfaces:
Cloneable, Serializable

public class UMLCreateObjectChecker
extends UMLCreateUMLChecker

See Also:
Serialized Form

Fields inherited from class edu.mit.sketch.uml.UMLCreateUMLChecker
allPoints, examine_strokes, num_strokes, program_strokes, totalStrokesLength
 
Constructor Summary
UMLCreateObjectChecker(UMLStrokeCollection sc)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 boolean isObject(int n)
          tell how many strokes to use to determine if it is an object
 
Methods inherited from class edu.mit.sketch.uml.UMLCreateUMLChecker
clone, getExamineStrokes, makePointVector, recognizeStrokes, strokesJoined, strokesLength
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLCreateObjectChecker

public UMLCreateObjectChecker(UMLStrokeCollection sc)
Method Detail

isObject

public boolean isObject(int n)
tell how many strokes to use to determine if it is an object

getX

public int getX()

getY

public int getY()

getWidth

public int getWidth()

getHeight

public int getHeight()