Bug 261163 - Make it possible for the layouting algorithms to determine the optimal output size
Summary: Make it possible for the layouting algorithms to determine the optimal output...
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy Zest (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-15 04:00 EST by Christian Saad CLA
Modified: 2009-01-15 04:00 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.