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

Packages that use Rectangle
edu.mit.sketch.geom   
edu.mit.sketch.grammar   
edu.mit.sketch.grammar.me   
edu.mit.sketch.toolkit   
 

Uses of Rectangle in edu.mit.sketch.geom
 

Methods in edu.mit.sketch.geom that return Rectangle
 Rectangle Rectangle.getRectangularBounds()
          Supplied for completeness.
 Rectangle Rectangle.union(Rectangle rectangle)
          Return the rectangularBounds of the union of this rectangle and the argument.
 Rectangle Line.getRectangularBounds()
          Supplied for completeness.
 Rectangle GeneralPath.getRectangularBounds()
          Supplied for completeness.
 Rectangle GeometricObject.getRectangularBounds()
          This method should return the Rectangular bounds of the object.
 Rectangle Point.getRectangularBounds()
          Supplied for completeness.
 Rectangle Polygon.getRectangularBounds()
          Supplied for completeness.
 Rectangle Polygon.getRectangularBounds(int steps)
          Supplied for completeness.
 Rectangle Ellipse.getRectangularBounds()
          Supplied for completeness.
 

Methods in edu.mit.sketch.geom with parameters of type Rectangle
 void Rectangle.setRectangle(Rectangle r)
          setRectangle
 Rectangle Rectangle.union(Rectangle rectangle)
          Return the rectangularBounds of the union of this rectangle and the argument.
 

Constructors in edu.mit.sketch.geom with parameters of type Rectangle
Rectangle(Rectangle r)
          The constructor.
 

Uses of Rectangle in edu.mit.sketch.grammar
 

Methods in edu.mit.sketch.grammar that return Rectangle
 Rectangle NonTerminal.getRectangularBounds()
          This method should return the Rectangular bounds of this non-terminal object.
 

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

Subclasses of Rectangle in edu.mit.sketch.grammar.me
 class Shade
          This class represents a line described by its end-points p, q.
 class Spring
          A basic Spring
 

Methods in edu.mit.sketch.grammar.me that return Rectangle
 Rectangle Spring.getRectangularBounds()
          This method should return the Rectangular bounds of this non-terminal object.
 Rectangle Shade.getRectangularBounds()
          Supplied for completeness.
 Rectangle Motor.getRectangularBounds()
          This method should return the Rectangular bounds of this non-terminal object.
 Rectangle Pin.getRectangularBounds()
          This method should return the Rectangular bounds of this non-terminal object.
 Rectangle Cross.getRectangularBounds()
          This method should return the Rectangular bounds of this non-terminal object.
 Rectangle Ground.getRectangularBounds()
          This method should return the Rectangular bounds of this non-terminal object.
 

Constructors in edu.mit.sketch.grammar.me with parameters of type Rectangle
Motor(Rectangle body, Line rotor)
          The constructor.
 

Uses of Rectangle in edu.mit.sketch.toolkit
 

Fields in edu.mit.sketch.toolkit declared as Rectangle
 Rectangle StrokeData.bounding_box