Uses of Class
edu.mit.sketch.geom.GeneralPath

Packages that use GeneralPath
edu.mit.sketch.geom   
edu.mit.sketch.toolkit   
edu.mit.sketch.ui   
 

Uses of GeneralPath in edu.mit.sketch.geom
 

Methods in edu.mit.sketch.geom with parameters of type GeneralPath
static String GeneralPathProcessor.featureString(GeneralPath general_path)
          Computes the String representation of the features for the input GeneralPath
static int[] GeneralPathProcessor.toSymbolic(GeneralPath general_path)
          Converts a general path object to a symbolic representation
 

Uses of GeneralPath in edu.mit.sketch.toolkit
 

Fields in edu.mit.sketch.toolkit declared as GeneralPath
static GeneralPath Blackboard.general_path
          A general path object obtained from the hybrid fits.
 

Methods in edu.mit.sketch.toolkit that return GeneralPath
abstract  GeneralPath Classifier.getComplexApproximation()
          Returns the best fit Polygon for the StrokeData.
 GeneralPath SimpleClassifier.getComplexApproximation()
          Returns the best fit GeneralPath for the StrokeData.
static GeneralPath Blackboard.adjustGeneralPath(GeneralPath general_path, StrokeData data)
          Improve the fit by reducing the least square error.
static GeneralPath Blackboard.computeGeneralPath(Vertex[] intersection, Vertex[] superset, Fit[] fits, StrokeData data)
          Compute a GeneralPath given the information in the arguments.
 

Methods in edu.mit.sketch.toolkit with parameters of type GeneralPath
 double ErrorCalculator.getGeneralPathError(StrokeData stroke_data, GeneralPath general_path)
          Get the error between the stroke_data and the shape.
static GeneralPath Blackboard.adjustGeneralPath(GeneralPath general_path, StrokeData data)
          Improve the fit by reducing the least square error.
static void Blackboard.paintGeneralPath(GeneralPath general_path)
          Paint the general path
static void Blackboard.paintGeneralPathInSegments(GeneralPath general_path)
          Paint the general path in segments
static void Blackboard.paintGeneralPathConvexHulls(GeneralPath general_path)
          Show convex hulls for the curves
 void ObjectManager.addPath(GeneralPath path)
          Adds given objects to the paths vector
 void ObjectManager.runSVMClassifier(GeneralPath general_path)
          Save the feature vectors
 

Uses of GeneralPath in edu.mit.sketch.ui
 

Fields in edu.mit.sketch.ui declared as GeneralPath
 GeneralPath GestureGUI.current_gesture
           
 

Methods in edu.mit.sketch.ui with parameters of type GeneralPath
 void GestureGUI.classifyGesture(GeneralPath general_path)
          classifyGesture
 void GestureGUI.addExample(GeneralPath general_path)
          addExample