|
Service Details
Version: 0.1.0.v201204120002
Selection of Layout Algorithm
In order to select a specific layout algorithm when doing layout with the provided service, you can use the following layout option:
|
Name: Layout Algorithm
Identifier: de.cau.cs.kieler.algorithm
Type: string
Default Value:
Description
Select either a specific layout algorithm or a layout type
|
Supported Algorithms
| Name | Category | Type | Version |
| Fixed Layout | KIELER | | 0.10.0.v201204120002 |
| Box Layout | KIELER | | 0.10.0.v201204120002 |
| Randomizer | KIELER | | 0.10.0.v201204120002 |
| Dot | Graphviz | Layered | 0.6.0.v201204120002 |
| Neato | Graphviz | Force | 0.6.0.v201204120002 |
| FDP | Graphviz | Force | 0.6.0.v201204120002 |
| Twopi | Graphviz | Tree | 0.6.0.v201204120002 |
| Circo | Graphviz | Circular | 0.6.0.v201204120002 |
| Sugiyama | OGDF | Layered | 0.4.0.v201204120002 |
| Planarization | OGDF | Orthogonal | 0.4.0.v201204120002 |
| FMMM | OGDF | Force | 0.4.0.v201204120002 |
| Davidson-Harel | OGDF | Force | 0.4.0.v201204120002 |
| Fruchterman-Reingold | OGDF | Force | 0.4.0.v201204120002 |
| GEM | OGDF | Force | 0.4.0.v201204120002 |
| Circular | OGDF | Circular | 0.4.0.v201204120002 |
| Tree | OGDF | Tree | 0.4.0.v201204120002 |
| Radial Tree | OGDF | Tree | 0.4.0.v201204120002 |
| Upward-Planarization | OGDF | Layered | 0.4.0.v201204120002 |
| KLay Force | KIELER | Force | 0.1.0.v201204120002 |
| KLay Layered | KIELER | Layered | 0.2.0.v201204120002 |
Supported Formats
| Name | Identifier |
| GraphML | org.graphdrawing.graphml |
| Matrix | gov.nist.math.matrix |
| OGML | net.ogdf.ogml |
| GML | de.uni-passau.fim.gml |
| SVG | de.cau.cs.kieler.kiml.formats.svg |
| Dot | org.graphviz.dot |
| KGraph | de.cau.cs.kieler.kgraph |
|