Uses of Package
edu.mit.sketch.geom

Packages that use edu.mit.sketch.geom
edu.mit.sketch.fig   
edu.mit.sketch.geom   
edu.mit.sketch.grammar   
edu.mit.sketch.grammar.me   
edu.mit.sketch.toolkit   
edu.mit.sketch.ui   
edu.mit.sketch.util   
 

Classes in edu.mit.sketch.geom used by edu.mit.sketch.fig
Ellipse
          This class represents an Ellipse described by its upper_left, corner width and height of the encapsulating rectangle.
GeometricObject
          All the objects who want to be Geometric must implement this interface.
Line
          This class represents a line described by its end-points p, q.
Polygon
          This class represents a polygon described by its vertices.
 

Classes in edu.mit.sketch.geom used by edu.mit.sketch.geom
GeneralPath
          This class represents the GeneralPath object.
GeometricComputationException
          Thrown when an exception occurs in a geometric computation.
GeometricObject
          All the objects who want to be Geometric must implement this interface.
Line
          This class represents a line described by its end-points p, q.
Point
          This class represents a Point described by a java.awt.geom.Line2D.Double
Polygon
          This class represents a polygon described by its vertices.
Range
          This class represents a Point described by a java.awt.geom.Line2D.Double
Rectangle
          This class represents a Rectangle described by its width and height vectors.
Rotatable
          All the objects whose rotation makes sense must implement this interface.
Segment
          This class represents a Point described by a java.awt.geom.Line2D.Double
Translatable
          All the objects who want to be Translatable must implement this interface.
Vertex
          This class represents a Vertex described by a Point and its certainty.
 

Classes in edu.mit.sketch.geom used by edu.mit.sketch.grammar
Polygon
          This class represents a polygon described by its vertices.
Rectangle
          This class represents a Rectangle described by its width and height vectors.
Translatable
          All the objects who want to be Translatable must implement this interface.
 

Classes in edu.mit.sketch.geom used by edu.mit.sketch.grammar.me
Ellipse
          This class represents an Ellipse described by its upper_left, corner width and height of the encapsulating rectangle.
GeometricObject
          All the objects who want to be Geometric must implement this interface.
Line
          This class represents a line described by its end-points p, q.
Point
          This class represents a Point described by a java.awt.geom.Line2D.Double
Polygon
          This class represents a polygon described by its vertices.
Rectangle
          This class represents a Rectangle described by its width and height vectors.
Rotatable
          All the objects whose rotation makes sense must implement this interface.
Translatable
          All the objects who want to be Translatable must implement this interface.
 

Classes in edu.mit.sketch.geom used by edu.mit.sketch.toolkit
Approximation
          This class represents a geometric object along with *SOME* error metric relating to the LSQ error.
Ellipse
          This class represents an Ellipse described by its upper_left, corner width and height of the encapsulating rectangle.
GeneralPath
          This class represents the GeneralPath object.
GeometricObject
          All the objects who want to be Geometric must implement this interface.
Line
          This class represents a line described by its end-points p, q.
Point
          This class represents a Point described by a java.awt.geom.Line2D.Double
PolarPoint
          Polar Point object that stores an angle and a radius.
Polygon
          This class represents a polygon described by its vertices.
Range
          This class represents a Point described by a java.awt.geom.Line2D.Double
Rectangle
          This class represents a Rectangle described by its width and height vectors.
Translatable
          All the objects who want to be Translatable must implement this interface.
Vertex
          This class represents a Vertex described by a Point and its certainty.
 

Classes in edu.mit.sketch.geom used by edu.mit.sketch.ui
GeneralPath
          This class represents the GeneralPath object.
Point
          This class represents a Point described by a java.awt.geom.Line2D.Double
PolarPoint
          Polar Point object that stores an angle and a radius.
Vertex
          This class represents a Vertex described by a Point and its certainty.
 

Classes in edu.mit.sketch.geom used by edu.mit.sketch.util
Line
          This class represents a line described by its end-points p, q.
Point
          This class represents a Point described by a java.awt.geom.Line2D.Double
Range
          This class represents a Point described by a java.awt.geom.Line2D.Double
Vertex
          This class represents a Vertex described by a Point and its certainty.