Wiki source code of Layout Algorithms (KLay)

Last modified by Alexander Schulz-Rosengarten on 2023/07/11 10:33

Show last authors
1 {{warning}}
2 The KIELER Layouters are now part of the [[Eclipse Layout Kernel (ELK)>>url:http://www.eclipse.org/elk/||shape="rect"]] and developed further there.
3 {{/warning}}
4
5 \\
6
7 The KLay project encompasses the main layout algorithms developed as part of the KIELER project. It aims at providing Java implementations of different layout algorithms to the [[doc:KIELER.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]].
8
9 We currently have the following layout algorithms:
10
11 * **KLay Force[[doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).KLay Force.WebHome]]**
12 Implementation of approaches based on physical models.
13 * **[[doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).KLay Layered.WebHome]]**
14 Implementation of the layer-based "hierarchical" approach by Sugiyama et al.
15 * **[[doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).KLay Planar.WebHome]]**
16 Implementation of the planarization-based "topology-shape-metrics" approach. (work in progress)
17 * **[[KLay Tree>>doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).KLay Mr\. Tree.WebHome]]**
18 Implementation of tree-based layout algorithms.