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

Packages that use Ellipse
edu.mit.sketch.fig   
edu.mit.sketch.grammar.me   
edu.mit.sketch.toolkit   
 

Uses of Ellipse in edu.mit.sketch.fig
 

Methods in edu.mit.sketch.fig with parameters of type Ellipse
 void FigDocument.render(Ellipse e)
           
 

Uses of Ellipse in edu.mit.sketch.grammar.me
 

Constructors in edu.mit.sketch.grammar.me with parameters of type Ellipse
Pin(Ellipse circle, Cross cross)
          The constructor.
 

Uses of Ellipse in edu.mit.sketch.toolkit
 

Methods in edu.mit.sketch.toolkit that return Ellipse
 Ellipse StrokeData.getEllipse()
          Return the ellipse fully containing the data points.
abstract  Ellipse Classifier.getEllipseApproximation()
          Returns the best fit Polygon for the StrokeData.
 Ellipse SimpleClassifier.getEllipseApproximation()
          Returns the best fit Ellipse for the StrokeData.
 

Methods in edu.mit.sketch.toolkit with parameters of type Ellipse
 double ErrorCalculator.getEllipseError(StrokeData stroke_data, Ellipse ellipse)
          Get the error between the stroke_data and the shape.