Changes for page The API of KWebS
Last modified by Alexander Schulz-Rosengarten on 2023/07/11 10:33
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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