<
From version < 37.1 >
edited by uru
on 2015/01/28 15:52
To version < 38.1 >
edited by cds
on 2015/02/18 15:15
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.uru
1 +XWiki.cds
Content
... ... @@ -962,13 +962,15 @@
962 962  
963 963  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:
964 964  
965 -* BRANDES_KOEPF
965 +* {{code language="none"}}BRANDES_KOEPF{{/code}}
966 966  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.
967 -* LINEAR_SEGMENTS
967 +* {{code language="none"}}LINEAR_SEGMENTS{{/code}}
968 968  Computes a balanced placement.
969 -* BUCHHEIM_JUENGER_LEIPERT
969 +* {{code language="none"}}BUCHHEIM_JUENGER_LEIPERT{{/code}}
970 970  Also computes a balanced placement, but a little faster.
971 -* SIMPLE
971 +* {{code language="none"}}INTERACTIVE{{/code}}
972 +Tries to keep the preset y coordinates of nodes from the original layout. For dummy nodes, a guess is made to infer their coordinates. Requires the other interactive phase implementations to have run as well.
973 +* {{code language="none"}}SIMPLE{{/code}}
972 972  Minimizes the area at the expense of... well, pretty much everything else.
973 973  
974 974  == Thoroughness ==
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -10751224
1 +10751225
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/10751224/KLay Layered Layout Options
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/10751225/KLay Layered Layout Options