JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.draw.Layouter

Packages that use Layouter
org.jhotdraw.draw Defines a framework for drawing editors. 
 

Uses of Layouter in org.jhotdraw.draw
 

Classes in org.jhotdraw.draw that implement Layouter
 class AbstractLayouter
          AbstractLayouter.
 class HorizontalLayouter
          A layouter which lays out all children of a CompositeFigure in vertical direction.
 class LocatorLayouter
          A layouter which lays out all children of a CompositeFigure according to their LayoutLocator property..
 class VerticalLayouter
          A layouter which lays out all children of a CompositeFigure in vertical direction.
 

Methods in org.jhotdraw.draw that return Layouter
 Layouter LabeledLineConnectionFigure.getLayouter()
          Get a Layouter object which encapsulated a layout algorithm for this figure.
 Layouter CompositeFigure.getLayouter()
          Get a Layouter object which encapsulated a layout algorithm for this figure.
 Layouter AbstractCompositeFigure.getLayouter()
          Get a Layouter object which encapsulated a layout algorithm for this figure.
 

Methods in org.jhotdraw.draw with parameters of type Layouter
 void LabeledLineConnectionFigure.setLayouter(Layouter newLayouter)
           
 void CompositeFigure.setLayouter(Layouter newValue)
          Set a Layouter object which encapsulated a layout algorithm for this figure.
 void AbstractCompositeFigure.setLayouter(Layouter newLayouter)
          Set a Layouter object which encapsulated a layout algorithm for this figure.
 


Copyright 1996-2006 © JHotDraw.org