Uses of Interface
org.jhotdraw.contrib.Layouter

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

Uses of Layouter in org.jhotdraw.contrib
 

Classes in org.jhotdraw.contrib that implement Layouter
 class SimpleLayouter
           
 class StandardLayouter
          A StandardLayouter contains standard algorithm for layouting a Layoutable.
 

Methods in org.jhotdraw.contrib that return Layouter
 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
 Layouter Layoutable.getLayouter()
          Return the Layouter for this Layoutable
 Layouter GraphicalCompositeFigure.getLayouter()
          Get a Layouter object which encapsulated a layout algorithm for this figure.
 

Methods in org.jhotdraw.contrib with parameters of type Layouter
 void Layoutable.setLayouter(Layouter newLayouter)
          Set the Layouter for this Layoutable
 void GraphicalCompositeFigure.setLayouter(Layouter newLayouter)
          Set a Layouter object which encapsulated a layout algorithm for this figure.
 

Uses of Layouter in org.jhotdraw.contrib.html
 

Classes in org.jhotdraw.contrib.html that implement Layouter
 class HTMLLayouter
          HTMLLayouter implements the logic for laying out figures based on an HTML template.
 

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