Bug 261163

Summary: Make it possible for the layouting algorithms to determine the optimal output size
Product: [Tools] GEF Reporter: Christian Saad <christian.saad>
Component: GEF-Legacy ZestAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Christian Saad CLA 2009-01-15 04:00:18 EST
Currently, it is neccesary to pass the bounds of the area which the algorithms use to constrain their output to the applyLayout() method. However, it would be nice if the layout algorithms could figure out the optimal size for the output themselves. This would enable to run the layouting process without the need of users adjusting the parameters until the distance between the elements reaches a sufficient level.