| ... |
... |
@@ -35,7 +35,7 @@ |
| 35 |
35 |
Default |
| 36 |
36 |
))) |
| 37 |
37 |
|((( |
| 38 |
|
-Alignment |
|
38 |
+[[Alignment>>doc:||anchor="alignment"]] |
| 39 |
39 |
)))|((( |
| 40 |
40 |
de.cau.cs.kieler.alignment |
| 41 |
41 |
)))|((( |
| ... |
... |
@@ -46,7 +46,7 @@ |
| 46 |
46 |
AUTOMATIC |
| 47 |
47 |
))) |
| 48 |
48 |
|((( |
| 49 |
|
-Aspect Ratio |
|
49 |
+[[Aspect Ratio>>doc:||anchor="aspectRatio"]] |
| 50 |
50 |
)))|((( |
| 51 |
51 |
de.cau.cs.kieler.aspectRatio |
| 52 |
52 |
)))|((( |
| ... |
... |
@@ -212,7 +212,7 @@ |
| 212 |
212 |
))) |
| 213 |
213 |
|(% colspan="1" %)(% colspan="1" %) |
| 214 |
214 |
((( |
| 215 |
|
-Port Spacing |
|
215 |
+ |
| 216 |
216 |
)))|(% colspan="1" %)(% colspan="1" %) |
| 217 |
217 |
((( |
| 218 |
218 |
de.cau.cs.kieler.portSpacing |
| ... |
... |
@@ -349,6 +349,22 @@ |
| 349 |
349 |
))) |
| 350 |
350 |
|(% colspan="1" %)(% colspan="1" %) |
| 351 |
351 |
((( |
|
352 |
+[[Additional Port Space>>doc:||anchor="addPortSpace"]] |
|
353 |
+)))|(% colspan="1" %)(% colspan="1" %) |
|
354 |
+((( |
|
355 |
+de.cau.cs.kieler.additionalPortSpace |
|
356 |
+)))|(% colspan="1" %)(% colspan="1" %) |
|
357 |
+((( |
|
358 |
+Margins |
|
359 |
+)))|(% colspan="1" %)(% colspan="1" %) |
|
360 |
+((( |
|
361 |
+Nodes |
|
362 |
+)))|(% colspan="1" %)(% colspan="1" %) |
|
363 |
+((( |
|
364 |
+0, 0, 0, 0 |
|
365 |
+))) |
|
366 |
+|(% colspan="1" %)(% colspan="1" %) |
|
367 |
+((( |
| 352 |
352 |
Animate |
| 353 |
353 |
)))|(% colspan="1" %)(% colspan="1" %) |
| 354 |
354 |
((( |
| ... |
... |
@@ -661,6 +661,22 @@ |
| 661 |
661 |
))) |
| 662 |
662 |
|(% colspan="1" %)(% colspan="1" %) |
| 663 |
663 |
((( |
|
680 |
+Thickness |
|
681 |
+)))|(% colspan="1" %)(% colspan="1" %) |
|
682 |
+((( |
|
683 |
+de.cau.cs.kieler.thickness |
|
684 |
+)))|(% colspan="1" %)(% colspan="1" %) |
|
685 |
+((( |
|
686 |
+Float |
|
687 |
+)))|(% colspan="1" %)(% colspan="1" %) |
|
688 |
+((( |
|
689 |
+Edges |
|
690 |
+)))|(% colspan="1" %)(% colspan="1" %) |
|
691 |
+((( |
|
692 |
+1.0 |
|
693 |
+))) |
|
694 |
+|(% colspan="1" %)(% colspan="1" %) |
|
695 |
+((( |
| 664 |
664 |
Zoom to Fit |
| 665 |
665 |
)))|(% colspan="1" %)(% colspan="1" %) |
| 666 |
666 |
((( |
| ... |
... |
@@ -793,6 +793,26 @@ |
| 793 |
793 |
|
| 794 |
794 |
== Other Options == |
| 795 |
795 |
|
|
828 |
+=== Additional Port Space === |
|
829 |
+ |
|
830 |
+{{id name="addPortSpace"/}} |
|
831 |
+ |
|
832 |
+This option controls additional port space left around the set of ports on each side: |
|
833 |
+ |
|
834 |
+ |
|
835 |
+ |
|
836 |
+=== Alignment === |
|
837 |
+ |
|
838 |
+{{id name="alignment"/}} |
|
839 |
+ |
|
840 |
+Determines the alignment of a node in relation to other nodes of the same row or column. For layer-based algorithms, for instance, this option controls how a node is positioned inside its assigned layer. |
|
841 |
+ |
|
842 |
+=== Aspect Ratio === |
|
843 |
+ |
|
844 |
+{{id name="aspectRatio"/}} |
|
845 |
+ |
|
846 |
+The aspect ratio of a drawing is the ratio of its total width to its total height. This option gives some control over that ratio, although in most cases it is only interpreted as a hint on how to arrange multiple connected components, hence the actual aspect ratio will probably be different from what has been specified with the option. |
|
847 |
+ |
| 796 |
796 |
=== Comment Box === |
| 797 |
797 |
|
| 798 |
798 |
{{id name="commentBox"/}} |
| ... |
... |
@@ -829,3 +829,9 @@ |
| 829 |
829 |
|
| 830 |
830 |
* The port constraints on a node are set to FREE, FIXED_SIDES or FIXED_ORDER. |
| 831 |
831 |
* The port constraints on a node are set to FIXED_RATIO or FIXED_POS, and the size of the node is not fixed. (Note that this is especially true for ports of compound nodes.) |
|
884 |
+ |
|
885 |
+=== Port Spacing === |
|
886 |
+ |
|
887 |
+{{id name="portSpacing"/}} |
|
888 |
+ |
|
889 |
+The port spacing determines how much space KLay Layered should leave between the ports of each side. This option is only relevant if the node size depends on the ports, that is, if the size constraints include {{code language="none"}}SizeConstraint.PORTS{{/code}}. |