dimensions of parents [message #1790234] |
Thu, 07 June 2018 06:30  |
Eclipse User |
|
|
|
Hi,
I would like to know if it is possible to lock the size of a parent node.
For the next example the drawn rectangle for the parent node MM
node MM {
org.eclipse.elk.nodeSize.constraints: "MINIMUM_SIZE"
org.eclipse.elk.nodeSize.minimum: "(100.0,100.0)"
node D1 { layout [ size: 30, 30 ] }
node D2 { layout [ size: 40, 40 ] }
}
has the next characteristics
<rect x="0" y="0" width="100" height="114" class="elknode"></rect>
I would like to enforce the size (width and height) of the parent node (100, 100). It is possible to do this or the size of a parent node is automatically computed based on the dimensions of its children?
Thank you very much,
Cristina Marinescu
|
|
|
|
Powered by
FUDForum. Page generated in 0.08507 seconds