lConstructor takes a StrokeData object
lHas a method int classify()
lThis method returns an int indicating the type of the approximation generated by the toolkit
lCompare the result against the following using a switch statement
–SimpleClassifier.LINE
–SimpleClassifier.ELLIPSE
–SimpleClassifier.POLYGON
–SimpleClassifier.COMPLEX
l