JHotDraw 7.0.6

Uses of Class
org.jhotdraw.draw.AbstractCompositeFigure

Packages that use AbstractCompositeFigure
org.jhotdraw.draw Defines a framework for drawing editors. 
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 AbstractCompositeFigure in org.jhotdraw.draw
 

Subclasses of AbstractCompositeFigure in org.jhotdraw.draw
 class AbstractAttributedCompositeFigure
          An AbstractAttributedCompositeFigure is a CompositeFigure which has its own attribute set.
 class GraphicalCompositeFigure
          The GraphicalCompositeFigure fills in the gap between a AbstractCompositeFigure and other figures which mainly have a presentation purpose.
 class GroupFigure
          A Figure that groups a collection of figures.
 class ListFigure
          A ListFigure consists of a list of Figures and a RectangleFigure.
 

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

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

Subclasses of AbstractCompositeFigure in org.jhotdraw.samples.pert.figures
 class TaskFigure
          TaskFigure.
 

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

Subclasses of AbstractCompositeFigure in org.jhotdraw.samples.svg.figures
 class SVGGroup
          SVGGroup.
 class SVGPath
          SVGPath is a composite Figure which contains one or more BezierFigures as its children.
 


Copyright 1996-2006 © JHotDraw.org