<
From version < 28.1 >
edited by cds
on 2014/04/15 10:57
To version < 35.1 >
edited by uru
on 2015/01/28 15:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.cds
1 +XWiki.uru
Content
... ... @@ -120,7 +120,7 @@
120 120  
121 121  )))
122 122  |(((
123 -Direction
123 +[[Direction>>doc:||anchor="direction"]]
124 124  )))|(((
125 125  de.cau.cs.kieler.direction
126 126  )))|(((
... ... @@ -127,9 +127,8 @@
127 127  Enum
128 128  )))|(((
129 129  Parents
130 -)))|(% class="highlight-yellow" data-highlight-colour="yellow" %)(% class="highlight-yellow" data-highlight-colour="yellow" %)
131 -(((
132 -RIGHT
130 +)))|(((
131 +UNDEFINED
133 133  )))
134 134  |(% colspan="1" %)(% colspan="1" %)
135 135  (((
... ... @@ -351,9 +351,9 @@
351 351  )))|(% colspan="1" %)(% colspan="1" %)
352 352  (((
353 353  Nodes
354 -)))|(% colspan="1" %)(% colspan="1" %)
353 +)))|(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)
355 355  (((
356 -
355 +10
357 357  )))
358 358  |(((
359 359  Priority
... ... @@ -464,6 +464,44 @@
464 464  (((
465 465  Dependency
466 466  )))
466 +|(% colspan="1" %)(% colspan="1" %)
467 +(((
468 +[[Add Unnecessary Bendpoints>>doc:||anchor="addUnnecessaryBendpoints"]]
469 +)))|(% colspan="1" %)(% colspan="1" %)
470 +(((
471 +de.cau.cs.kieler.klay.layered.unnecessaryBendpoints
472 +)))|(% colspan="1" %)(% colspan="1" %)
473 +(((
474 +Boolean
475 +)))|(% colspan="1" %)(% colspan="1" %)
476 +(((
477 +Parents
478 +)))|(% colspan="1" %)(% colspan="1" %)
479 +(((
480 +false
481 +)))|(% colspan="1" %)(% colspan="1" %)
482 +(((
483 +
484 +)))
485 +|(% colspan="1" %)(% colspan="1" %)
486 +(((
487 +(% class="confluence-link" %) Content Alignment[[doc:||anchor="contentAlignment"]]
488 +)))|(% colspan="1" %)(% colspan="1" %)
489 +(((
490 +de.cau.cs.kieler.klay.layered.contentAlignment
491 +)))|(% colspan="1" %)(% colspan="1" %)
492 +(((
493 +EnumSet
494 +)))|(% colspan="1" %)(% colspan="1" %)
495 +(((
496 +Parents
497 +)))|(% colspan="1" %)(% colspan="1" %)
498 +(((
499 +V_TOP, H_LEFT
500 +)))|(% colspan="1" %)(% colspan="1" %)
501 +(((
502 +
503 +)))
467 467  |(((
468 468  [[Crossing Minimization>>doc:||anchor="crossingMinimization"]]
469 469  )))|(((
... ... @@ -603,6 +603,25 @@
603 603  )))
604 604  |(% colspan="1" %)(% colspan="1" %)
605 605  (((
643 +[[Linear Segments Deflection Dampening>>doc:||anchor="deflectionDampening"]]
644 +)))|(% colspan="1" %)(% colspan="1" %)
645 +(((
646 +de.cau.cs.kieler.klay.layered.linearSegmentsDeflectionDampening
647 +)))|(% colspan="1" %)(% colspan="1" %)
648 +(((
649 +Float
650 +)))|(% colspan="1" %)(% colspan="1" %)
651 +(((
652 +Parents
653 +)))|(% colspan="1" %)(% colspan="1" %)
654 +(((
655 +0.3
656 +)))|(% colspan="1" %)(% colspan="1" %)
657 +(((
658 +nodePlace=LINEAR_SEGMENTS
659 +)))
660 +|(% colspan="1" %)(% colspan="1" %)
661 +(((
606 606  [[Maximal Iterations>>doc:||anchor="maximalIterations"]]
607 607  )))|(% colspan="1" %)(% colspan="1" %)
608 608  (((
... ... @@ -625,7 +625,7 @@
625 625  [[Merge Edges>>doc:||anchor="mergeEdges"]]
626 626  )))|(% colspan="1" %)(% colspan="1" %)
627 627  (((
628 -de.cau.cs.kieler.klay.layered.mergePorts
684 +de.cau.cs.kieler.klay.layered.mergeEdges
629 629  )))|(% colspan="1" %)(% colspan="1" %)
630 630  (((
631 631  Boolean
... ... @@ -729,6 +729,28 @@
729 729  
730 730  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.
731 731  
788 +== Add Unnecessary Bendpoints ==
789 +
790 +
791 +
792 +{{id name="addUnnecessaryBendpoints"/}}
793 +
794 +By default, KLay Layered tries not to add bendpoints to an edge at positions where the edge doesn't change direction since there's no real bend there. Turning this option on forces such bend points. More specifically, a bend point is added for each edge that spans more than one layer at the point where it crosses a layer. If hierarchy layout is turned on, a bend point is also added whenever the edge crosses a hierarchy boundary.
795 +
796 +== Content Alignment ==
797 +
798 +
799 +
800 +{{id name="contentAlignment"/}}
801 +
802 +Determines how the content of compound nodes is to be aligned if the compound node's size exceeds the bounding box of the content (i.e. child nodes). This might be the case if for a compound node the size constraint of {{code language="none"}}MINIMUM_SIZE{{/code}} is set and the minimum width and height are set large enough.
803 +
804 +{{note}}
805 +This option is not tested for external ports with port constraints {{code language="none"}}FIXED_RATIO{{/code}} or {{code language="none"}}FIXED_POS{{/code}}.
806 +{{/note}}
807 +
808 +
809 +
732 732  == Crossing Minimization ==
733 733  
734 734  
... ... @@ -755,6 +755,14 @@
755 755  * INTERACTIVE
756 756  The interactive algorithm tries to reverse edges that already pointed leftwards in the input graph. This requires node and port coordinates to have been set to sensible values.
757 757  
836 +== Direction ==
837 +
838 +
839 +
840 +{{id name="direction"/}}
841 +
842 +The layout direction influences where the majority of edges in the final layout will point to. With data flow diagrams, this will usually be to the right. With control flow diagrams, it might be downwards. The layout direction defaults to {{code language="none"}}UNDEFINED{{/code}}. This causes KLay Layered to calculate a layout direction based on the {{code language="none"}}ASPECT_RATIO{{/code}} setting. As of now, if the aspect ratio is >=1 (that is, if the diagram should be wider than it is high), the direction is set to {{code language="none"}}RIGHT{{/code}}. Otherwise, it is set to {{code language="none"}}DOWN{{/code}}.
843 +
758 758  == Edge Spacing Factor ==
759 759  
760 760  
... ... @@ -837,6 +837,18 @@
837 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 838  {{/note}}
839 839  
926 +== Linear Segments Deflection Dampening ==
927 +
928 +
929 +
930 +{{id name="deflectionDampening"/}}
931 +
932 +{{note}}
933 +This is a very advanced layout option that you normally shouldn't worry about.
934 +{{/note}}
935 +
936 +The linear segments node placer can sometimes place nodes in a way that results in unnecessarily large diagrams. This option dampens how much the nodes are moved around. A dampening factor of 1.0 disables dampening and just lets the node placer do what it wants. A more conservative dampening factor of 0.3 (the default) restricts the freedom of the node placer a bit more.
937 +
840 840  == Maximal Iterations ==
841 841  
842 842  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470297
1 +10751024
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470297/KLay Layered Layout Options
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/10751024/KLay Layered Layout Options