<
From version < 11.2 >
edited by uru
on 2023/07/06 14:36
To version < 11.3 >
edited by uru
on 2023/07/06 14:36
>
Change comment: Updated the relative links.

Summary

Details

Page properties
Content
... ... @@ -83,7 +83,7 @@
83 83  shapeLayout.setProperty(algorithm, "de.cau.cs.kieler.graphviz.dot");
84 84  {{/code}}
85 85  
86 -You could alternatively use the {{code language="none"}}options{{/code}} parameter of the {{code language="none"}}graphLayout{{/code}} operation to declare a specific layout algorithm, as you can see in the next listing. The {{code language="none"}}layoutServicePort{{/code}} instance the example uses resembles the //proxy// necessary to interact with the layout server. You will see how you can create such a proxy in [[How to use the service based layout in your project>>doc:How to Use the Service-Based Layout in Your Project]].
86 +You could alternatively use the {{code language="none"}}options{{/code}} parameter of the {{code language="none"}}graphLayout{{/code}} operation to declare a specific layout algorithm, as you can see in the next listing. The {{code language="none"}}layoutServicePort{{/code}} instance the example uses resembles the //proxy// necessary to interact with the layout server. You will see how you can create such a proxy in [[How to use the service based layout in your project>>doc:KIELER.How to Use the Service-Based Layout in Your Project]].
87 87  
88 88  {{code theme="Eclipse" language="java"}}
89 89  // Retrieve the graph model somehow