JHotDraw 7.0.6

Uses of Class
org.jhotdraw.draw.AttributedFigure

Packages that use AttributedFigure
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.samples.net.figures Provides the NodeFigure for network diagrams. 
org.jhotdraw.samples.pert.figures Provides the figurs for PERT diagrams. 
org.jhotdraw.samples.svg.figures Provides the figures for the SVG basic shapes. 
 

Uses of AttributedFigure in org.jhotdraw.draw
 

Subclasses of AttributedFigure in org.jhotdraw.draw
 class BezierFigure
          A BezierFigure can be used to draw arbitrary shapes using a BezierPath.
 class BorderRectangleFigure
          BorderRectangle2D.DoubleFigure.
 class DiamondFigure
          A diamond with vertices at the midpoints of its enclosing rectangle.
 class EllipseFigure
          EllipseFigure.
 class LabeledLineConnectionFigure
          A LineConnection with labels.
 class LabelFigure
          LabelFigure.
 class LineConnectionFigure
          A LineConnection is a standard implementation of the ConnectionFigure interface.
 class LineFigure
          LineFigure.
 class RectangleFigure
          RectangleFigure.
 class RoundRectangleFigure
          A Rectangle2D.Double with round corners.
 class TextAreaFigure
          A TextAreaFigure contains formatted text.
It automatically rearranges the text to fit its allocated display area, breaking the lines at word boundaries whenever possible.
The text can contain either LF or CRLF sequences to separate paragraphs, as well as tab characters for table like formatting and alignment.
Currently the tabs are distributed at regular intervals as determined by the TabSize property.
 class TextFigure
          A text figure.
 class TriangleFigure
          A triangle with same dimensions as its enclosing rectangle, and apex at any of 8 places
 

Methods in org.jhotdraw.draw that return AttributedFigure
 AttributedFigure AttributedFigure.clone()
           
 

Uses of AttributedFigure in org.jhotdraw.samples.net.figures
 

Subclasses of AttributedFigure in org.jhotdraw.samples.net.figures
 class NodeFigure
          NodeFigure.
 

Uses of AttributedFigure in org.jhotdraw.samples.pert.figures
 

Subclasses of AttributedFigure in org.jhotdraw.samples.pert.figures
 class DependencyFigure
          DependencyFigure.
 class SeparatorLineFigure
          A horizontal line with a preferred size of 1,1.
 

Uses of AttributedFigure in org.jhotdraw.samples.svg.figures
 

Subclasses of AttributedFigure in org.jhotdraw.samples.svg.figures
 class SVGEllipse
          SVGEllipse presents a SVG ellipse or a SVG circle element.
 class SVGImage
          SVGImage.
 class SVGLine
          SVGLine.
 class SVGRect
          SVGRect.
 class SVGText
          SVGText.
 


Copyright 1996-2006 © JHotDraw.org