Uses of Interface
org.jhotdraw.contrib.Layoutable

Packages that use Layoutable
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
 

Uses of Layoutable in org.jhotdraw.contrib
 

Classes in org.jhotdraw.contrib that implement Layoutable
 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 Layoutable
 Layoutable SimpleLayouter.getLayoutable()
          Get the figure upon which the layout strategy operates.
 

Methods in org.jhotdraw.contrib with parameters of type Layoutable
 Layouter StandardLayouter.create(Layoutable newLayoutable)
          Create a new instance of this type and sets the layoutable
 Layouter SimpleLayouter.create(Layoutable newLayoutable)
          Create a new instance of this type and sets the layoutable
 Layouter Layouter.create(Layoutable newLayoutable)
          Create a new instance of this type and sets the layoutable
 void SimpleLayouter.setLayoutable(Layoutable newLayoutable)
          Set the figure upon which the layout strategy operates.
 

Constructors in org.jhotdraw.contrib with parameters of type Layoutable
SimpleLayouter(Layoutable newLayoutable)
           
StandardLayouter(Layoutable newLayoutable)
          Constructor which associates a StandardLayouter with a certain Layoutable.
 

Uses of Layoutable in org.jhotdraw.contrib.html
 

Methods in org.jhotdraw.contrib.html with parameters of type Layoutable
 Layouter HTMLLayouter.create(Layoutable newLayoutable)
          Create a new instance of this type and sets the layoutable
 

Constructors in org.jhotdraw.contrib.html with parameters of type Layoutable
HTMLLayouter(Layoutable newLayoutable)
          Constructor which associates a HTMLLayouter with a certain Layoutable.