| ... |
... |
@@ -47,7 +47,7 @@ |
| 47 |
47 |
|
| 48 |
48 |
* Removed generic type argument from LayoutOptionData. |
| 49 |
49 |
* ((( |
| 50 |
|
-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. |
| 51 |
51 |
))) |
| 52 |
52 |
* ((( |
| 53 |
53 |
IDiagramLayoutManager does not inherit from IAdapterFactory anymore; adapter values are now accessed with layoutManager.getDiagramConfig().getContextValue(..) |
| ... |
... |
@@ -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:Layout Algorithms (KLay)]] |
|
77 |
+* [[KIELER Layout Algorithms>>doc:KIELER.Home.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. |