<
From version < 5.1 >
edited by cds
on 2013/06/02 21:14
To version < 6.1 >
edited by cds
on 2013/06/03 11:27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -418,7 +418,7 @@
418 418  Default
419 419  )))
420 420  |(((
421 -Crossing Minimization
421 +[[Crossing Minimization>>doc:||anchor="crossingMinimizat"]]
422 422  )))|(((
423 423  de.cau.cs.kieler.klay.layered.crossMin
424 424  )))|(((
... ... @@ -429,7 +429,7 @@
429 429  LAYER_SWEEP
430 430  )))
431 431  |(((
432 -Cycle Breaking
432 +[[Cycle Breaking>>doc:||anchor="cycleBre"]]
433 433  )))|(((
434 434  de.cau.cs.kieler.klay.layered.cycleBreaking
435 435  )))|(((
... ... @@ -441,6 +441,7 @@
441 441  )))
442 442  |(((
443 443  Distribute Nodes
444 +(currently unsupported)
444 444  )))|(((
445 445  de.cau.cs.kieler.klay.layered.distributeNodes
446 446  )))|(((
... ... @@ -451,7 +451,7 @@
451 451  false
452 452  )))
453 453  |(((
454 -Edge Spacing Factor
455 +[[Edge Spacing Factor>>doc:||anchor="edgeSpacingFactor"]]
455 455  )))|(((
456 456  de.cau.cs.kieler.klay.layered.edgeSpacingFactor
457 457  )))|(((
... ... @@ -495,7 +495,7 @@
495 495  )))
496 496  |(% colspan="1" %)(% colspan="1" %)
497 497  (((
498 -Interactive Reference Point
499 +[[Interactive Reference Point>>doc:||anchor="interactiveReferencePoi"]]
499 499  )))|(% colspan="1" %)(% colspan="1" %)
500 500  (((
501 501  de.cau.cs.kieler.klay.layered.interactiveReferencePoint
... ... @@ -601,7 +601,7 @@
601 601  
602 602  )))
603 603  |(((
604 -Thoroughness
605 +[[Thoroughness>>doc:||anchor="thorough"]]
605 605  )))|(((
606 606  de.cau.cs.kieler.klay.layered.thoroughness
607 607  )))|(((
... ... @@ -622,6 +622,10 @@
622 622  
623 623  == Crossing Minimization ==
624 624  
626 +
627 +
628 +{{id name="crossingMinimization"/}}
629 +
625 625  Crossing minimization determines the ordering of nodes in each layer, which influences the number of edge crossings. This option switches between one of several algorithms that can be used to minimize crossings. Possible values are:
626 626  
627 627  * LAYER_SWEEP
... ... @@ -631,6 +631,10 @@
631 631  
632 632  == Cycle Breaking ==
633 633  
639 +
640 +
641 +{{id name="cycleBreaking"/}}
642 +
634 634  KLay Layered tries to position nodes in a way that all edges point rightwards. This is not possible if the input graph has cycles. Such cycles have to be broken by reversing as few edges as possible. The reversed edges end up pointing leftwards in the resulting diagram. There are different cycle breaking algorithms available:
635 635  
636 636  * GREEDY
... ... @@ -638,8 +638,22 @@
638 638  * INTERACTIVE
639 639  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.
640 640  
650 +== Edge Spacing Factor ==
651 +
652 +
653 +
654 +{{id name="edgeSpacingFactor"/}}
655 +
656 +The edge spacing factor determines the amount of space between edges, relative to the regular //Spacing// value. The idea is that we don't need as much space between edges as we do between nodes.
657 +
658 +[[image:attach:edgeSpacingFactor.png]]
659 +
641 641  == Interactive Reference Point ==
642 642  
662 +
663 +
664 +{{id name="interactiveReferencePoint"/}}
665 +
643 643  Interactive layering, crossing minimization, and cycle breaking algorithms use node positions to sort nodes into layers or to determine the order of nodes in each layer. However, it is unclear if for example the top left corners of nodes should be compared, or the bottom left corners — different settings might lead to different results. The interactive reference point determines which part of nodes is used to compare their positions. It provides the following settings:
644 644  
645 645  * TOP_LEFT
... ... @@ -649,4 +649,8 @@
649 649  
650 650  == Thoroughness ==
651 651  
675 +
676 +
677 +{{id name="thoroughness"/}}
678 +
652 652  There are heuristics in use all over KLay Layered whose results often improve with the number of iterations computed. The thoroughness is a measure for telling KLay Layered to compute more iterations to improve the quality of results, at the expense of performance.
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -7111115
1 +7111116
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/7111115/KLay Layered Layout Options
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/7111116/KLay Layered Layout Options