Wiki source code of Textual Layout Configuration
Last modified by uru on 2023/07/11 10:33
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Developing layout algorithms involves playing around with layout options. Setting the options using ELK's //Layout View// or programmatically can be quite tedious. This is where the //Textual Layout View// may come in handy. It allows to specify a layout algorithm alongside its layout options using a small DSL. It is also possible to specify a chain of layout algorithms, as seen on the right side of the following screenshot. Note that this does only make sense if the latter algorithms make use of the previously computed positions in some way. | ||
2 | |||
3 | \\ | ||
4 | |||
5 | [[image:attach:image2018-3-2_12-40-5.png]] | ||
6 | |||
7 | == Plugins == | ||
8 | |||
9 | * {{code language="none"}}de.cau.cs.kieler.config.text{{/code}} | ||
10 | * {{code language="none"}}de.cau.cs.kieler.config.text.ide{{/code}} | ||
11 | * {{code language="none"}}de.cau.cs.kieler.config.text.ui{{/code}} |