JHotDraw 7.5.1

org.jhotdraw.draw.layouter
Class AbstractLayouter

java.lang.Object
  extended by org.jhotdraw.draw.layouter.AbstractLayouter
All Implemented Interfaces:
Layouter
Direct Known Subclasses:
HorizontalLayouter, VerticalLayouter

public abstract class AbstractLayouter
extends java.lang.Object
implements Layouter

This abstract class can be extended to implement a Layouter which has its own attribute set.

Version:
$Id: AbstractLayouter.java 647 2010-01-24 22:52:59Z rawcoder $
Author:
Werner Randelshofer

Constructor Summary
AbstractLayouter()
           
 
Method Summary
 Insets2D.Double getInsets(Figure child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jhotdraw.draw.layouter.Layouter
calculateLayout, layout
 

Constructor Detail

AbstractLayouter

public AbstractLayouter()
Method Detail

getInsets

public Insets2D.Double getInsets(Figure child)

Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.