Changes for page KIML
Last modified by Richard Kreissig on 2025/01/30 12:04
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,16 +5,10 @@ 1 -{{warning title="Work in Progress"}} 2 -This tutorial is still being worked on. Don't start working on it just yet. 3 -{{/warning}} 4 - 5 5 Welcome to the second tutorial! We will work our way through installing a proper Eclipse setup and developing a first very basic layout algorithm. The layout algorithm will integrate with KIML (KIELER Infrastructure for Meta-Layout), our very own framework that connects graphical editors with layout algorithms. Once you're finished, you should be able to create new Eclipse plug-ins and know how to write layout algorithms for KIML. And you should have a running Eclipse-based application that should look something like this: 6 6 3 +[[image:attach:le_app_formidable.png]] 4 + 7 7 8 8 9 9 {{warning title="ToDo"}} 10 -Insert screen shot of final application. 11 -{{/warning}} 12 - 13 -{{warning title="ToDo"}} 14 14 Insert link to presentation slides. 15 15 {{/warning}} 16 16 ... ... @@ -266,9 +266,11 @@ 266 266 * Routes the edges connecting the nodes in the given graph. 267 267 * 268 268 * @param parentNode the graph whose edges to route. 263 + * @param yStart y coordinate of the start of the edge routing area. 264 + * @param objectSpacing the object spacing. 269 269 * @return height used for edge routing. 270 270 */ 271 -private float routeEdges(final KNode parentNode) { 267 +private float routeEdges(final KNode parentNode, final float yStart, final float objectSpacing) { 272 272 // TODO: Implement edge routing 273 273 274 274 return 0;
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -61604 791 +6160481 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS13LayPract/pages/61604 79/KIML1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS13LayPract/pages/6160481/KIML