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

From version 12.1
edited by msp
on 2014/05/26 14:52
Change comment: There is no comment for this version
To version 15.1
edited by uru
on 2023/07/06 14:36
Change comment: Renamed back-links.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.msp
1 +XWiki.uru
Content
... ... @@ -39,12 +39,15 @@
39 39  
40 40  * [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
41 41  * (((
42 -[[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]]* (((
42 +[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
43 +
44 +(((
43 43  Renamed LayoutDataService to LayoutMetaDataService and renamed ILayoutData to ILayoutMetaData in order to avoid confusion with the KLayoutData meta model and the respective interface.
44 44  )))
47 +
45 45  * Removed generic type argument from LayoutOptionData.
46 46  * (((
47 -ILayoutConfig: renamed API method enrich() to getContextValue(..), renamed getValue(..) to getOptionValue(..), renamed setValue(..) to setOptionValue(..), renamed clearValues() to clearOptionValues(..) – see [[doc:Configuring Automatic Layout]] for more details.
50 +ILayoutConfig: renamed API method enrich() to getContextValue(..), renamed getValue(..) to getOptionValue(..), renamed setValue(..) to setOptionValue(..), renamed clearValues() to clearOptionValues(..) – see [[doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).Configuring Automatic Layout.WebHome]] for more details.
48 48  )))
49 49  * (((
50 50  IDiagramLayoutManager does not inherit from IAdapterFactory anymore; adapter values are now accessed with layoutManager.getDiagramConfig().getContextValue(..)
... ... @@ -61,14 +61,17 @@
61 61  
62 62  * [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
63 63  * (((
64 -[[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]]* (((
67 +[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
68 +
69 +(((
65 65  Made categorization of the Layout View more understandable.
66 66  )))
72 +
67 67  * (((
68 68  Added a creation method for VolatileLayoutConfig that makes the far too complicated STATIC_CONFIG of layout managers unnecessary.
69 69  )))
70 70  )))
71 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
77 +* [[KIELER Layout Algorithms>>doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
72 72  ** 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.
73 73  ** 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}}.
74 74  ** KLay Layered now understands LayoutOptions.NO_LAYOUT, which can be set to exclude particular graph elements from automatic layout.