Uses of Class
org.jhotdraw.standard.CompositeFigure

Packages that use CompositeFigure
org.jhotdraw.contrib   
org.jhotdraw.figures   
org.jhotdraw.samples.javadraw   
org.jhotdraw.standard   
 

Uses of CompositeFigure in org.jhotdraw.contrib
 

Subclasses of CompositeFigure in org.jhotdraw.contrib
 class GraphicalCompositeFigure
          The GraphicalCompositeFigure fills in the gap between a CompositeFigure and other figures which mainly have a presentation purpose.
 

Methods in org.jhotdraw.contrib that return CompositeFigure
 CompositeFigure NestedCreationTool.getContainerFigure()
           
 CompositeFigure CompositeFigureCreationTool.getContainerFigure()
           
 

Uses of CompositeFigure in org.jhotdraw.figures
 

Subclasses of CompositeFigure in org.jhotdraw.figures
 class GroupFigure
          A Figure that groups a collection of figures.
 

Uses of CompositeFigure in org.jhotdraw.samples.javadraw
 

Subclasses of CompositeFigure in org.jhotdraw.samples.javadraw
 class BouncingDrawing
           
 

Uses of CompositeFigure in org.jhotdraw.standard
 

Subclasses of CompositeFigure in org.jhotdraw.standard
 class StandardDrawing
          The standard implementation of the Drawing interface.