<
From version < 21.1 >
edited by cds
on 2014/04/03 13:53
To version < 23.1 >
edited by cds
on 2014/04/03 14:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -828,10 +828,10 @@
828 828  
829 829  {{id name="mergeHierarchyEdges"/}}
830 830  
831 -{{warning}}
832 -Document!
833 -{{/warning}}
831 +If hierarchical layout is active, this option is the hierarchical equivalent to //Merge Edges//. If set to true on a compound node, all hierarchy-crossing edges that start or end inside that compound node are eligible for merging.
834 834  
833 +[[image:attach:merge_hierarchy_edges.png]]
834 +
835 835  == Node Layering ==
836 836  
837 837  
... ... @@ -853,10 +853,17 @@
853 853  
854 854  {{id name="nodePlacement"/}}
855 855  
856 -{{warning}}
857 -Document!
858 -{{/warning}}
856 +Decides which algorithm is used to compute the y coordinate of each node. This influences the length of edges, the number of edge bends, and the height of the diagram. We have different algorithms available, with different optimization goals:
859 859  
858 +* BRANDES_KOEPF
859 +Minimizes the number of edge bends at the expense of diagram size: diagrams drawn with this algorithm are usually higher than diagrams drawn with other algorithms.
860 +* LINEAR_SEGMENTS
861 +Computes a balanced placement.
862 +* BUCHHEIM_JUENGER_LEIPERT
863 +Also computes a balanced placement, but a little faster.
864 +* SIMPLE
865 +Minimizes the area at the expense of... well, pretty much everything else.
866 +
860 860  == Port Anchor Offset ==
861 861  
862 862  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470136
1 +9470140
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470136/KLay Layered Layout Options
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470140/KLay Layered Layout Options