Changes for page KIELER Pragmatics Release 2014/05
on 2014/05/26 14:52
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. uru1 +XWiki.msp - Content
-
... ... @@ -39,15 +39,12 @@ 39 39 40 40 * [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] 41 41 * ((( 42 -[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]* 43 - 44 -((( 42 +[[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]]* ((( 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. 46 46 ))) 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: KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).Configuring Automatic Layout.WebHome]] for more details.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. 51 51 ))) 52 52 * ((( 53 53 IDiagramLayoutManager does not inherit from IAdapterFactory anymore; adapter values are now accessed with layoutManager.getDiagramConfig().getContextValue(..) ... ... @@ -64,17 +64,14 @@ 64 64 65 65 * [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] 66 66 * ((( 67 -[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]* 68 - 69 -((( 64 +[[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]]* ((( 70 70 Made categorization of the Layout View more understandable. 71 71 ))) 72 - 73 73 * ((( 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.Home.Discontinued Projects.Layout Algorithms (KLay).WebHome]]71 +* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]] 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.