Uses of Class
org.jhotdraw.standard.AbstractFigure

Packages that use AbstractFigure
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
org.jhotdraw.figures   
org.jhotdraw.samples.javadraw   
org.jhotdraw.standard   
 

Uses of AbstractFigure in org.jhotdraw.contrib
 

Subclasses of AbstractFigure in org.jhotdraw.contrib
 class ComponentFigure
           
 class DiamondFigure
          A diamond with vertices at the midpoints of its enclosing rectangle
 class GraphicalCompositeFigure
          The GraphicalCompositeFigure fills in the gap between a CompositeFigure and other figures which mainly have a presentation purpose.
 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 AbstractFigure in org.jhotdraw.contrib.html
 

Subclasses of AbstractFigure 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 AbstractFigure in org.jhotdraw.figures
 

Subclasses of AbstractFigure in org.jhotdraw.figures
 class AttributeFigure
          A figure that can keep track of an open ended set of attributes.
 class BorderDecorator
          BorderDecorator decorates an arbitrary Figure with a border.
 class ElbowConnection
          A LineConnection that constrains a connection to orthogonal lines.
 class EllipseFigure
          An ellipse figure.
 class GroupFigure
          A Figure that groups a collection of figures.
 class ImageFigure
          A Figure that shows an Image.
 class LineConnection
          A LineConnection is a standard implementation of the ConnectionFigure interface.
 class LineFigure
          A line figure.
 class NullFigure
           
 class NumberTextFigure
          A TextFigure specialized to edit numbers.
 class PolyLineFigure
          A poly line figure consists of a list of points.
 class RectangleFigure
          A rectangle figure.
 class RoundRectangleFigure
          A round rectangle figure.
 class TextFigure
          A text figure.
 

Uses of AbstractFigure in org.jhotdraw.samples.javadraw
 

Subclasses of AbstractFigure in org.jhotdraw.samples.javadraw
 class AnimationDecorator
           
 class BouncingDrawing
           
 

Uses of AbstractFigure in org.jhotdraw.standard
 

Subclasses of AbstractFigure in org.jhotdraw.standard
 class CompositeFigure
          A Figure that is composed of several figures.
 class DecoratorFigure
          DecoratorFigure can be used to decorate other figures with decorations like borders.
 class StandardDrawing
          The standard implementation of the Drawing interface.