Changes for page KLay Layered Layout Options
Last modified by Richard Kreissig on 2023/09/14 10:20
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +5,3 @@ 1 -{{warning}} 2 -This is preliminary and incomplete documentation. You've been warned. 3 -{{/warning}} 4 - 5 5 KLay Layered supports a whole bunch of layout options. Every single one of them is documented here. 6 6 7 7 **Contents** ... ... @@ -29,6 +29,22 @@ 29 29 )))|=((( 30 30 Default 31 31 ))) 28 +|(% colspan="1" %)(% colspan="1" %) 29 +((( 30 +Additional Port Space 31 +)))|(% colspan="1" %)(% colspan="1" %) 32 +((( 33 +de.cau.cs.kieler.additionalPortSpace 34 +)))|(% colspan="1" %)(% colspan="1" %) 35 +((( 36 +Margins 37 +)))|(% colspan="1" %)(% colspan="1" %) 38 +((( 39 +Nodes 40 +)))|(% colspan="1" %)(% colspan="1" %) 41 +((( 42 +0, 0, 0, 0 43 +))) 32 32 |((( 33 33 Alignment 34 34 )))|((( ... ... @@ -327,6 +327,22 @@ 327 327 ((( 328 328 UNDEFINED 329 329 ))) 342 +|(% colspan="1" %)(% colspan="1" %) 343 +((( 344 +Port Spacing 345 +)))|(% colspan="1" %)(% colspan="1" %) 346 +((( 347 +de.cau.cs.kieler.portSpacing 348 +)))|(% colspan="1" %)(% colspan="1" %) 349 +((( 350 +Float 351 +)))|(% colspan="1" %)(% colspan="1" %) 352 +((( 353 +Nodes 354 +)))|(% colspan="1" %)(% colspan="1" %) 355 +((( 356 + 357 +))) 330 330 |((( 331 331 Priority 332 332 )))|((( ... ... @@ -697,10 +697,6 @@ 697 697 698 698 ))) 699 699 700 -= The Most Important Options = 701 - 702 -**TODO:** Write a bit of documentation about the most important layout options and how to use them, possibly with a simple example or something. 703 - 704 704 = Detailed Documentation = 705 705 706 706 This section explains every layout option in more detail. See [[the KIML documentation>>doc:KIML Layout Options]] for more information on KIML layout options. Those options are only mentioned here if KLay Layered adds some custom behavior. ... ... @@ -747,11 +747,18 @@ 747 747 748 748 {{id name="edgeLabelSideSelection"/}} 749 749 750 -{{warning}} 751 -Document! 752 -{{/warning}} 774 +Determines how KLay Layered places edge labels. The following strategies are available: 753 753 754 - 776 +* ALWAYS_UP 777 +Always places edge labels above the edge. 778 +* ALWAYS_DOWN 779 +Always places edge labels below the edge. 780 +* DIRECTION_UP 781 +Places edge labels above edges pointing right, and below edges pointing left. 782 +* DIRECTION_DOWN 783 +Places edge labels below edges pointing right, and above edges pointing left. 784 +* SMART 785 +Uses a heuristic that determines the best edge label placement, also taking the placement of port labels into account. 755 755 756 756 == Feedback Edges == 757 757 ... ... @@ -798,12 +798,14 @@ 798 798 799 799 {{id name="layerConstraint"/}} 800 800 801 -{{warning}} 802 -Document! 803 -{{/warning}} 832 +The layer a node is placed in is usually computed by the layer assignment algorithms. However, sometimes certain nodes need to be placed in the first or in the last layer (for example, nodes that represent inputs from the outside). The layer constraint option can be set on such nodes to do just that. 804 804 805 - 834 +[[image:attach:layer_constraints.png]] 806 806 836 +{{note}} 837 +This option can also be set to {{code language="none"}}FIRST_SEPARATE{{/code}} and {{code language="none"}}LAST_SEPARATE{{/code}}. These are for internal use only and should not have been publicly exposed in the first place. Using them can result in layout problems. 838 +{{/note}} 839 + 807 807 == Maximal Iterations == 808 808 809 809 ... ... @@ -853,10 +853,17 @@ 853 853 854 854 {{id name="nodePlacement"/}} 855 855 856 -{{warning}} 857 -Document! 858 -{{/warning}} 889 +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 891 +* BRANDES_KOEPF 892 +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. 893 +* LINEAR_SEGMENTS 894 +Computes a balanced placement. 895 +* BUCHHEIM_JUENGER_LEIPERT 896 +Also computes a balanced placement, but a little faster. 897 +* SIMPLE 898 +Minimizes the area at the expense of... well, pretty much everything else. 899 + 860 860 == Port Anchor Offset == 861 861 862 862 ... ... @@ -863,12 +863,12 @@ 863 863 864 864 {{id name="portAnchor"/}} 865 865 866 -{{warning}} 867 -Document! 868 -{{/warning}} 906 +Since ports have a size, we need a concrete point inside the port that edges should start or end in. In KLay Layered, this is referred to as the //port anchor//. By default, the center of each port is used as its port anchor, but this behavior can be overridden by setting an explicit port anchor. 869 869 870 - 908 +In the following example, the port anchor of the left port was moved upwards, while the port anchor of the second port was moved downwards: 871 871 910 +[[image:attach:port_anchors.png]] 911 + 872 872 == Thoroughness == 873 873 874 874
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -9470 1381 +9470297 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470 138/KLay Layered Layout Options1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470297/KLay Layered Layout Options