Uses of Class
org.jhotdraw.figures.AttributeFigure

Packages that use AttributeFigure
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
org.jhotdraw.figures   
 

Uses of AttributeFigure in org.jhotdraw.contrib
 

Subclasses of AttributeFigure in org.jhotdraw.contrib
 class ComponentFigure
           
 class DiamondFigure
          A diamond with vertices at the midpoints of its enclosing rectangle
 class PolygonFigure
          A scalable, rotatable polygon with an arbitrary number of points Based on PolyLineFigure
 class TextAreaFigure
          A TextAreaFigure contains formatted text.
 class TriangleFigure
          A triangle with same dimensions as its enclosing rectangle, and apex at any of 8 places
 

Uses of AttributeFigure in org.jhotdraw.contrib.html
 

Subclasses of AttributeFigure in org.jhotdraw.contrib.html
 class DiamondFigureGeometricAdapter
          Geometric adapter for the DiamondFigure
 class EllipseFigureGeometricAdapter
          Geometric adapter for the EllipseFigure
 class HTMLTextAreaFigure
          An HTMLTextAreaFigure contains HTML formatted text.
 class PolygonFigureGeometricAdapter
          Geometric adapter for the PolygonFigure
 class RoundRectangleGeometricAdapter
          Geometric adapter for the RoundRectangleFigure
 class TriangleFigureGeometricAdapter
          Geometric adapter for the TriangleFigure
 

Uses of AttributeFigure in org.jhotdraw.figures
 

Subclasses of AttributeFigure in org.jhotdraw.figures
 class EllipseFigure
          An ellipse figure.
 class ImageFigure
          A Figure that shows an Image.
 class NumberTextFigure
          A TextFigure specialized to edit numbers.
 class RectangleFigure
          A rectangle figure.
 class RoundRectangleFigure
          A round rectangle figure.
 class TextFigure
          A text figure.