Uses of Class
org.jhotdraw.figures.RectangleFigure

Packages that use RectangleFigure
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
org.jhotdraw.test.figures   
 

Uses of RectangleFigure in org.jhotdraw.contrib
 

Subclasses of RectangleFigure in org.jhotdraw.contrib
 class DiamondFigure
          A diamond with vertices at the midpoints of its enclosing rectangle
 class TriangleFigure
          A triangle with same dimensions as its enclosing rectangle, and apex at any of 8 places
 

Uses of RectangleFigure in org.jhotdraw.contrib.html
 

Subclasses of RectangleFigure in org.jhotdraw.contrib.html
 class DiamondFigureGeometricAdapter
          Geometric adapter for the DiamondFigure
 class TriangleFigureGeometricAdapter
          Geometric adapter for the TriangleFigure
 

Uses of RectangleFigure in org.jhotdraw.test.figures
 

Methods in org.jhotdraw.test.figures that return RectangleFigure
 RectangleFigure RectangleFigureTest.createInstance()
          Factory method for instances of the class to be tested.