<
From version < 22.1 >
edited by msp
on 2014/03/06 16:27
To version < 21.1 >
edited by msp
on 2014/03/06 16:12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -287,12 +287,4 @@
287 287  * {{code language="none"}}DefaultLayoutConfig.CONTENT_HINT{{/code}} – If the diagram contains an annotation about which layout algorithm to use for the content of the current diagram part, the returned value for this property should be the identifier of that algorithm. This is the same kind of annotation that is accessed through {{code language="none"}}getOptionValue({{/code}}…{{code language="none"}}){{/code}}, i.e. a value set by the user with the Layout View.
288 288  * {{code language="none"}}DefaultLayoutConfig.CONTAINER_HINT{{/code}} – The same as for CONTENT_HINT{{code language="none"}}{{/code}}, but referring to the container.
289 289  
290 -=== Step 2: Add the Configurator to the Layout Mapping ===
291 -
292 -This is simple. In the {{code language="none"}}buildLayoutGraph({{/code}}…{{code language="none"}}){{/code}} method of your diagram layout manager, add an instance of your self-made configurator to the list of configurators of the created [[LayoutMapping>>url:http://git.rtsys.informatik.uni-kiel.de/projects/KIELER/repos/pragmatics/browse/plugins/de.cau.cs.kieler.kiml.service/src/de/cau/cs/kieler/kiml/service/LayoutMapping.java||shape="rect"]]. This makes sure that the options configured in the layout view are actually applied in the layout process.
293 -
294 -=== Step 3: Implement the Adapter Factory Pattern ===
295 -
296 -[[IDiagramLayoutManager>>url:http://git.rtsys.informatik.uni-kiel.de/projects/KIELER/repos/pragmatics/browse/plugins/de.cau.cs.kieler.kiml.service/src/de/cau/cs/kieler/kiml/service/IDiagramLayoutManager.java||shape="rect"]] is a subinterface of IAdapterFactory, an interface provided by Eclipse. As such, your diagram layout manager must implement {{code language="none"}}getAdapter(Object, Class){{/code}}.
297 -
298 298  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470002
1 +9469999
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470002/Configuring Automatic Layout
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9469999/Configuring Automatic Layout