de.saar.chorus.treelayout
Class ShapeList

Object
  extended by ShapeList

public class ShapeList
extends Object

Author:
Marco Kuhlmann

Constructor Summary
ShapeList(Collection theShapes, int theMinimalSeparation)
           
ShapeList(int theMinimalSeparation)
           
 
Method Summary
 void add(Shape theShape)
           
 Shape getMergedShape()
           
 Iterator offsetIterator()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeList

public ShapeList(int theMinimalSeparation)

ShapeList

public ShapeList(Collection theShapes,
                 int theMinimalSeparation)
Method Detail

add

public void add(Shape theShape)

getMergedShape

public Shape getMergedShape()

offsetIterator

public Iterator offsetIterator()