Bug 493178 - GridLayoutAlgorithm should offer means to control alignment of nodes (within grid cells).
Summary: GridLayoutAlgorithm should offer means to control alignment of nodes (within ...
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF Layout (show other bugs)
Version: 0.2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-07 03:04 EDT by Alexander Nyßen CLA
Modified: 2016-05-07 03:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Nyßen CLA 2016-05-07 03:04:30 EDT
Up to now, the GridLayoutAlgorithms computes node positions to be top-left aligned within their respective grid cell. We should introduce a means (LayoutProperties) via which the alignment of each node can be specified as (top, left, bottom, right, center) and should augment GridLayoutAlgorithm to respect the setting.