Last modified by Richard Kreissig on 2023/09/14 10:39

From version 28.1
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:33
Change comment: Renamed back-links.
To version 31.1
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:33
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -39,7 +39,7 @@
39 39  
40 40  * [[KIELER Lightweight Diagrams>>doc:Kieler.Lightweight Diagrams (KLighD).WebHome]]
41 41  * (((
42 -[[KIELER Infrastructure for Meta-Layout>>doc:Kieler.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
42 +[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
43 43  
44 44  (((
45 45  Renamed LayoutDataService to LayoutMetaDataService and renamed ILayoutData to ILayoutMetaData in order to avoid confusion with the KLayoutData meta model and the respective interface.
... ... @@ -64,7 +64,7 @@
64 64  
65 65  * [[KIELER Lightweight Diagrams>>doc:Kieler.Lightweight Diagrams (KLighD).WebHome]]
66 66  * (((
67 -[[KIELER Infrastructure for Meta-Layout>>doc:Kieler.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
67 +[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
68 68  
69 69  (((
70 70  Made categorization of the Layout View more understandable.
... ... @@ -74,7 +74,7 @@
74 74  Added a creation method for VolatileLayoutConfig that makes the far too complicated STATIC_CONFIG of layout managers unnecessary.
75 75  )))
76 76  )))
77 -* [[KIELER Layout Algorithms>>doc:Kieler.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
77 +* [[KIELER Layout Algorithms>>doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
78 78  ** KLay Layered now makes sure that labels of compound node ports placed on the inside of the compound node are not overlapped by nodes inside the compound node.
79 79  ** KLay Layered now supports controlling the spacing between and around ports through the new layout options {{code language="none"}}LayoutOptions.PORT_SPACING{{/code}} and {{code language="none"}}LayoutOptions.ADDITIONAL_PORT_SPACING{{/code}}.
80 80  ** KLay Layered now understands LayoutOptions.NO_LAYOUT, which can be set to exclude particular graph elements from automatic layout.
... ... @@ -82,7 +82,7 @@
82 82  ** When in hierarchical layout mode, KLay Layered now properly places edge labels of cross-hierarchy edges.
83 83  ** When in hierarchical layout mode, KLay Layered can now compact cross-hierarchy edges as it can compact regular edges ({{code language="none"}}Properties.MERGE_HIERARCHICAL_PORTS{{/code}}):
84 84  [[image:attach:merge_hierarchy.png]]
85 -* [[KGraph Text>>doc:Kieler.KIELER Pragmatics.KGraph Text (KGT).WebHome]]
85 +* [[KGraph Text>>doc:KIELER.KIELER Pragmatics.KGraph Text (KGT).WebHome]]
86 86  ** The textual language for defining KGraphs now has a lot more defaults. Node and port labels are automatically extracted from the node's and port's ID. Nodes and ports also have a default size. This makes for shorter diagram descriptions.
87 87  
88 88  == Quickstart ==