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

Packages that use Range
edu.mit.sketch.geom   
edu.mit.sketch.toolkit   
edu.mit.sketch.util   
 

Uses of Range in edu.mit.sketch.geom
 

Subclasses of Range in edu.mit.sketch.geom
 class Segment
          This class represents a Point described by a java.awt.geom.Line2D.Double
 

Methods in edu.mit.sketch.geom that return Range
 Range[] GeneralPath.getGeneralPathRanges(StrokeData data)
          getGeneralPathRanges.
static Range[] Range.vectorToArray(Vector ranges)
          Returns an array containing the elements of the Vector.
static Range[] Range.appendRanges(Range[] ranges, Range range)
          Append the ranges with the input range
static Range[] Range.cloneRanges(Range[] ranges)
          For obtaining a complete copy of an array of Ranges objects.
 

Methods in edu.mit.sketch.geom with parameters of type Range
 double Line.getLSQError(Point[] points, Range range)
          Returns the lsq error.
 double Line.getLSQError(StrokeData data, Range range)
          Returns the lsq error.
 double GeneralPath.getLSQEror(StrokeData data, Range[] ranges)
          Get the LSQE for the general path by measuring the distance to the vertices in the StrokeData.
static Range[] Range.appendRanges(Range[] ranges, Range range)
          Append the ranges with the input range
static Range[] Range.cloneRanges(Range[] ranges)
          For obtaining a complete copy of an array of Ranges objects.
 

Uses of Range in edu.mit.sketch.toolkit
 

Fields in edu.mit.sketch.toolkit declared as Range
static Range[] Blackboard.ranges
          The ranges for the segments in the general_path
 

Uses of Range in edu.mit.sketch.util
 

Methods in edu.mit.sketch.util with parameters of type Range
static double AWTUtil.getCurveLSQEror(Shape shape, StrokeData data, Range range)
          Get the LSQE for the curve by measuring the distance to the vertices in range.