Changes for page KIML Layout Options
on 2014/03/07 16:46
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 4 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,0 @@ 1 -KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. csp1 +XWiki.msp - Content
-
... ... @@ -1,28 +1,26 @@ 1 - 1 +{{warning}} 2 +This is preliminary and incomplete documentation. You've been warned. 3 +{{/warning}} 2 2 3 -KIML defines a whole set of standard layout options that many layout algorithms support. Whe nan optionissupportedbyan algorithm,that algorithm mayoverridethe option's default value. Algorithms may also provide more specialized documentation for layout options.5 +KIML defines a whole set of standard layout options that many layout algorithms support. Whether an algorithm supports a layout option depends on the option and on the algorithm. When an option is supported by an algorithm, it may change the option's default value. Algorithms may also provide more specialized documentation for a given layout option. 4 4 5 5 **Contents** 6 6 7 7 8 8 9 -{{toc maxLevel="2"/}}11 +{{toc/}} 10 10 11 11 = Overview = 12 12 13 -Beside a u ser-friendlyname, layout options are defined by the following properties:15 +Beside a human-readable name, layout options are defined by the following properties: 14 14 15 15 * An ID to identify them. 16 -* A type. One of Boolean, String, Int, Float, Enum, EnumSet (a s{{code language="none"}}et{{/code}} over a given enumeration), or Object(a non-primitive Java object). The types Enum and EnumSet have to be further defined by an enumeration class. The Object type can be constricted to a certainJavaclass.17 -* The kinds of graph objects the option applies to. At least one of Nodes, Edges,Ports, Labels, orParents (nodes that have children, including the diagram root node).Parents-applicableoptions affect whole graphsor subgraphs,whileoptions with otherapplication targets affect onlysingle graphelements.18 -* An optional default value. A defaultvaluemay alsobeprovidedbythelayoutalgorithmusingthe option,orbythemodelingapplicationyouareusing. Inthesecasesthevaluegivenhereisoverridden.18 +* A type. One of Boolean, String, Int, Float, Enum, EnumSet (a {{code language="none"}}Set{{/code}} over a given enumeration), or Object. The types Enum and EnumSet have to be further defined by an enumeration class. The Object type can be constricted to a certain class. 19 +* The kinds of graph objects the option applies to. At least one of Parents (nodes that have children, including the diagram root node), Nodes, Edges, Ports, and Labels. 20 +* An optional default value. If an option is not set on an object and if the option does not have a default value, {{code language="none"}}null{{/code}} is returned when it is accessed. 19 19 20 -L ayoutoptions can beassignedtotwomaincategories:useroptionsand programmaticoptions.22 +KIML defines the following set of layout options: 21 21 22 -== User Options == 23 - 24 -User options are those that you can see in the "//Layout View//" available in Eclipse if the KIML user interface is installed. That view is restricted to layout options that are supported by the currently active layout algorithm. Furthermore, some options are visible only when the //Show Advanced Properties// button is active in the view. 25 - 26 26 |=((( 27 27 Option 28 28 )))|=((( ... ... @@ -35,7 +35,7 @@ 35 35 Default 36 36 ))) 37 37 |((( 38 - [[Alignment>>doc:||anchor="alignment"]]36 +Alignment 39 39 )))|((( 40 40 de.cau.cs.kieler.alignment 41 41 )))|((( ... ... @@ -46,7 +46,7 @@ 46 46 AUTOMATIC 47 47 ))) 48 48 |((( 49 - [[Aspect Ratio>>doc:||anchor="aspectRatio"]]47 +Aspect Ratio 50 50 )))|((( 51 51 de.cau.cs.kieler.aspectRatio 52 52 )))|((( ... ... @@ -78,44 +78,27 @@ 78 78 )))|((( 79 79 80 80 ))) 81 -|((( 82 -Debug Mode 83 -)))|((( 84 -de.cau.cs.kieler.debugMode 85 -)))|((( 79 +|(% colspan="1" %)(% colspan="1" %) 80 +((( 81 +Comment Box 82 +)))|(% colspan="1" %)(% colspan="1" %) 83 +((( 84 +de.cau.cs.kieler.commentBox 85 +)))|(% colspan="1" %)(% colspan="1" %) 86 +((( 86 86 Boolean 87 -)))|((( 88 -Parents 89 -)))|((( 88 +)))|(% colspan="1" %)(% colspan="1" %) 89 +((( 90 +Nodes 91 +)))|(% colspan="1" %)(% colspan="1" %) 92 +((( 90 90 false 91 91 ))) 92 92 |((( 93 -D irection96 +Debug Mode 94 94 )))|((( 95 -de.cau.cs.kieler.d irection98 +de.cau.cs.kieler.debugMode 96 96 )))|((( 97 -Enum 98 -)))|((( 99 -Parents 100 -)))|((( 101 - 102 -))) 103 -|((( 104 -[[Edge Routing>>doc:||anchor="edgeRouting"]] 105 -)))|((( 106 -de.cau.cs.kieler.edgeRouting 107 -)))|((( 108 -Enum 109 -)))|((( 110 -Parents 111 -)))|((( 112 - 113 -))) 114 -|((( 115 -Expand Nodes 116 -)))|((( 117 -de.cau.cs.kieler.expandNodes 118 -)))|((( 119 119 Boolean 120 120 )))|((( 121 121 Parents ... ... @@ -122,215 +122,152 @@ 122 122 )))|((( 123 123 false 124 124 ))) 125 -|((( 126 -Interactive 127 -)))|((( 128 -de.cau.cs.kieler.interactive 129 -)))|((( 130 -Boolean 131 -)))|((( 132 -Parents 133 -)))|((( 134 -false 135 -))) 136 -|((( 137 -Label Spacing 138 -)))|((( 139 -de.cau.cs.kieler.labelSpacing 140 -)))|((( 141 -Float 142 -)))|((( 143 -Edges 144 -Nodes 145 -)))|((( 146 - 147 -))) 148 -|((( 149 -[[Layout Hierarchy>>doc:||anchor="layoutHierarchy"]] 150 -)))|((( 151 -de.cau.cs.kieler.layoutHierarchy 152 -)))|((( 153 -Boolean 154 -)))|((( 155 -Parents 156 -)))|((( 157 -false 158 -))) 159 -|((( 160 -[[Layout Algorithm>>doc:||anchor="layoutAlgorithm"]] 161 -)))|((( 162 -de.cau.cs.kieler.algorithm 163 -)))|((( 164 -String 165 -)))|((( 166 -Parents 167 -)))|((( 168 - 169 -))) 170 170 |(% colspan="1" %)(% colspan="1" %) 171 171 ((( 172 - Node LabelPlacement108 +[[Diagram Type>>doc:||anchor="diagramType"]] 173 173 )))|(% colspan="1" %)(% colspan="1" %) 174 174 ((( 175 -de.cau.cs.kieler. nodeLabelPlacement111 +de.cau.cs.kieler.diagramType 176 176 )))|(% colspan="1" %)(% colspan="1" %) 177 177 ((( 178 - EnumSet114 +String 179 179 )))|(% colspan="1" %)(% colspan="1" %) 180 180 ((( 181 -Nodes 182 -Labels 117 + 183 183 )))|(% colspan="1" %)(% colspan="1" %) 184 184 ((( 185 185 186 186 ))) 187 187 |((( 188 - PortConstraints123 +Direction 189 189 )))|((( 190 -de.cau.cs.kieler. portConstraints125 +de.cau.cs.kieler.direction 191 191 )))|((( 192 192 Enum 193 193 )))|((( 194 - Nodes129 +Parents 195 195 )))|((( 196 196 197 197 ))) 198 198 |(% colspan="1" %)(% colspan="1" %) 199 199 ((( 200 - PortLabel Placement135 +Edge Label Placement 201 201 )))|(% colspan="1" %)(% colspan="1" %) 202 202 ((( 203 -de.cau.cs.kieler. portLabelPlacement138 +de.cau.cs.kieler.edgeLabelPlacement 204 204 )))|(% colspan="1" %)(% colspan="1" %) 205 205 ((( 206 206 Enum 207 207 )))|(% colspan="1" %)(% colspan="1" %) 208 208 ((( 209 - Nodes144 +Labels 210 210 )))|(% colspan="1" %)(% colspan="1" %) 211 211 ((( 212 -OUTSIDE 213 -))) 214 -|(% colspan="1" %)(% colspan="1" %) 215 -((( 216 -[[Port Spacing>>doc:||anchor="portSpacing"]] 217 -)))|(% colspan="1" %)(% colspan="1" %) 218 -((( 219 -de.cau.cs.kieler.portSpacing 220 -)))|(% colspan="1" %)(% colspan="1" %) 221 -((( 222 -Float 223 -)))|(% colspan="1" %)(% colspan="1" %) 224 -((( 225 -Nodes 226 -)))|(% colspan="1" %)(% colspan="1" %) 227 -((( 228 228 229 229 ))) 230 -|(% colspan="1" %)(% colspan="1" %) 231 -((( 232 -[[Port Alignment>>doc:||anchor="portAlignment"]] 233 -)))|(% colspan="1" %)(% colspan="1" %) 234 -((( 235 -de.cau.cs.kieler.portAlignment 236 -)))|(% colspan="1" %)(% colspan="1" %) 237 -((( 149 +|((( 150 +[[Edge Routing>>doc:||anchor="edgeRouting"]] 151 +)))|((( 152 +de.cau.cs.kieler.edgeRouting 153 +)))|((( 238 238 Enum 239 -)))|(% colspan="1" %)(% colspan="1" %) 240 -((( 241 -Nodes 155 +)))|((( 242 242 Parents 243 -)))|(% colspan="1" %)(% colspan="1" %) 244 -((( 245 -JUSTIFIED 157 +)))|((( 158 + 246 246 ))) 247 247 |(% colspan="1" %)(% colspan="1" %) 248 248 ((( 249 - Port Alignmentfor Northern Ports162 +Edge Type 250 250 )))|(% colspan="1" %)(% colspan="1" %) 251 251 ((( 252 -de.cau.cs.kieler. portAlignment.north165 +de.cau.cs.kieler.edgeType 253 253 )))|(% colspan="1" %)(% colspan="1" %) 254 254 ((( 255 255 Enum 256 256 )))|(% colspan="1" %)(% colspan="1" %) 257 257 ((( 258 -Nodes 259 -Parents 171 +Edges 260 260 )))|(% colspan="1" %)(% colspan="1" %) 261 261 ((( 262 - UNDEFINED174 +NONE 263 263 ))) 176 +|((( 177 +Expand Nodes 178 +)))|((( 179 +de.cau.cs.kieler.expandNodes 180 +)))|((( 181 +Boolean 182 +)))|((( 183 +Parents 184 +)))|((( 185 +false 186 +))) 264 264 |(% colspan="1" %)(% colspan="1" %) 265 265 ((( 266 - PortAlignment for Souther Ports189 +Font Name 267 267 )))|(% colspan="1" %)(% colspan="1" %) 268 268 ((( 269 -de.cau.cs.kieler. portAlignment.south192 +de.cau.cs.kieler.fontName 270 270 )))|(% colspan="1" %)(% colspan="1" %) 271 271 ((( 272 - Enum195 +String 273 273 )))|(% colspan="1" %)(% colspan="1" %) 274 274 ((( 275 -Nodes 276 -Parents 198 +Labels 277 277 )))|(% colspan="1" %)(% colspan="1" %) 278 278 ((( 279 - UNDEFINED201 + 280 280 ))) 281 281 |(% colspan="1" %)(% colspan="1" %) 282 282 ((( 283 - PortAlignment for Eastern Ports205 +Font Size 284 284 )))|(% colspan="1" %)(% colspan="1" %) 285 285 ((( 286 -de.cau.cs.kieler. portAlignment.east208 +de.cau.cs.kieler.fontSize 287 287 )))|(% colspan="1" %)(% colspan="1" %) 288 288 ((( 289 - Enum211 +Int 290 290 )))|(% colspan="1" %)(% colspan="1" %) 291 291 ((( 292 -Nodes 293 -Parents 214 +Labels 294 294 )))|(% colspan="1" %)(% colspan="1" %) 295 295 ((( 296 - UNDEFINED217 + 297 297 ))) 298 298 |(% colspan="1" %)(% colspan="1" %) 299 299 ((( 300 - Port Alignment forWesternPorts221 +Hypernode 301 301 )))|(% colspan="1" %)(% colspan="1" %) 302 302 ((( 303 -de.cau.cs.kieler.p ortAlignment.west224 +de.cau.cs.kieler.hypernode 304 304 )))|(% colspan="1" %)(% colspan="1" %) 305 305 ((( 306 - Enum227 +Boolean 307 307 )))|(% colspan="1" %)(% colspan="1" %) 308 308 ((( 309 309 Nodes 310 -Parents 311 311 )))|(% colspan="1" %)(% colspan="1" %) 312 312 ((( 313 - UNDEFINED233 +false 314 314 ))) 315 315 |((( 316 - Position236 +Interactive 317 317 )))|((( 318 -de.cau.cs.kieler. position238 +de.cau.cs.kieler.interactive 319 319 )))|((( 320 - Object240 +Boolean 321 321 )))|((( 322 -Labels 323 -Nodes 324 -Ports 242 +Parents 325 325 )))|((( 326 - 244 +false 327 327 ))) 328 328 |((( 329 - Priority247 +Label Spacing 330 330 )))|((( 331 -de.cau.cs.kieler.p riority249 +de.cau.cs.kieler.labelSpacing 332 332 )))|((( 333 - Int251 +Float 334 334 )))|((( 335 335 Edges 336 336 Nodes ... ... @@ -337,216 +337,133 @@ 337 337 )))|((( 338 338 339 339 ))) 340 -|(% colspan="1" %)(% colspan="1" %) 341 -((( 342 -Randomization Seed 343 -)))|(% colspan="1" %)(% colspan="1" %) 344 -((( 345 -de.cau.cs.kieler.randomSeed 346 -)))|(% colspan="1" %)(% colspan="1" %) 347 -((( 348 -Int 349 -)))|(% colspan="1" %)(% colspan="1" %) 350 -((( 258 +|((( 259 +Layout Hierarchy 260 +)))|((( 261 +de.cau.cs.kieler.layoutHierarchy 262 +)))|((( 263 +Boolean 264 +)))|((( 351 351 Parents 352 -)))|(% colspan="1" %)(% colspan="1" %) 353 -((( 354 - 266 +)))|((( 267 +false 355 355 ))) 356 -|(% colspan="1" %)(% colspan="1" %) 357 -((( 358 -Separate Connected Components 359 -)))|(% colspan="1" %)(% colspan="1" %) 360 -((( 361 -de.cau.cs.kieler.separateConnComp 362 -)))|(% colspan="1" %)(% colspan="1" %) 363 -((( 364 -Boolean 365 -)))|(% colspan="1" %)(% colspan="1" %) 366 -((( 269 +|((( 270 +[[Layout Algorithm>>doc:||anchor="layoutAlgorithm"]] 271 +)))|((( 272 +de.cau.cs.kieler.algorithm 273 +)))|((( 274 +String 275 +)))|((( 367 367 Parents 368 -)))|(% colspan="1" %)(% colspan="1" %) 369 -((( 277 +)))|((( 370 370 371 371 ))) 372 372 |(% colspan="1" %)(% colspan="1" %) 373 373 ((( 374 - Size Constraint282 +Minimal Height 375 375 )))|(% colspan="1" %)(% colspan="1" %) 376 376 ((( 377 -de.cau.cs.kieler. sizeConstraint285 +de.cau.cs.kieler.minHeight 378 378 )))|(% colspan="1" %)(% colspan="1" %) 379 379 ((( 380 - EnumSet288 +Float 381 381 )))|(% colspan="1" %)(% colspan="1" %) 382 382 ((( 383 383 Nodes 292 +Parents 384 384 )))|(% colspan="1" %)(% colspan="1" %) 385 385 ((( 386 - 295 +0.0 387 387 ))) 388 388 |(% colspan="1" %)(% colspan="1" %) 389 389 ((( 390 - SizeOptions299 +Minimal Width 391 391 )))|(% colspan="1" %)(% colspan="1" %) 392 392 ((( 393 -de.cau.cs.kieler. sizeOptions302 +de.cau.cs.kieler.minWidth 394 394 )))|(% colspan="1" %)(% colspan="1" %) 395 395 ((( 396 -EnumSet 397 -)))|(% colspan="1" %)(% colspan="1" %) 398 -((( 399 -Nodes 400 -)))|(% colspan="1" %)(% colspan="1" %) 401 -((( 402 -DEFAULT_MINIMUM_SIZE 403 -))) 404 -|(% colspan="1" %)(% colspan="1" %) 405 -((( 406 -Spacing 407 -)))|(% colspan="1" %)(% colspan="1" %) 408 -((( 409 -de.cau.cs.kieler.spacing 410 -)))|(% colspan="1" %)(% colspan="1" %) 411 -((( 412 412 Float 413 413 )))|(% colspan="1" %)(% colspan="1" %) 414 414 ((( 308 +Nodes 415 415 Parents 416 416 )))|(% colspan="1" %)(% colspan="1" %) 417 417 ((( 418 - 312 +0.0 419 419 ))) 420 - 421 -== Programmatic Options == 422 - 423 -Programmatic options are such that are meant to be configured exclusively through the KIML API. They should not be visible in the user interface. 424 - 425 -|=((( 426 -Option 427 -)))|=((( 428 -ID 429 -)))|=((( 430 -Type 431 -)))|=((( 432 -Applies to 433 -)))|=((( 434 -Default 435 -))) 436 436 |(% colspan="1" %)(% colspan="1" %) 437 437 ((( 438 - [[AdditionalPort Space>>doc:||anchor="addPortSpace"]]316 +No Layout 439 439 )))|(% colspan="1" %)(% colspan="1" %) 440 440 ((( 441 -de.cau.cs.kieler. additionalPortSpace319 +de.cau.cs.kieler.noLayout 442 442 )))|(% colspan="1" %)(% colspan="1" %) 443 443 ((( 444 -Margins 445 -)))|(% colspan="1" %)(% colspan="1" %) 446 -((( 447 -Nodes 448 -)))|(% colspan="1" %)(% colspan="1" %) 449 -((( 450 -0, 0, 0, 0 451 -))) 452 -|(% colspan="1" %)(% colspan="1" %) 453 -((( 454 -Animate 455 -)))|(% colspan="1" %)(% colspan="1" %) 456 -((( 457 -de.cau.cs.kieler.animate 458 -)))|(% colspan="1" %)(% colspan="1" %) 459 -((( 460 460 Boolean 461 461 )))|(% colspan="1" %)(% colspan="1" %) 462 462 ((( 463 - Parents325 + 464 464 )))|(% colspan="1" %)(% colspan="1" %) 465 465 ((( 466 - true328 +false 467 467 ))) 468 468 |(% colspan="1" %)(% colspan="1" %) 469 469 ((( 470 - AnimationTimeFactor332 +Node Label Placement 471 471 )))|(% colspan="1" %)(% colspan="1" %) 472 472 ((( 473 -de.cau.cs.kieler. animTimeFactor335 +de.cau.cs.kieler.nodeLabelPlacement 474 474 )))|(% colspan="1" %)(% colspan="1" %) 475 475 ((( 476 - Int338 +EnumSet 477 477 )))|(% colspan="1" %)(% colspan="1" %) 478 478 ((( 479 -Parents 480 -)))|(% colspan="1" %)(% colspan="1" %) 481 -((( 482 -100 483 -))) 484 -|(% colspan="1" %)(% colspan="1" %) 485 -((( 486 -[[Comment Box>>doc:||anchor="commentBox"]] 487 -)))|(% colspan="1" %)(% colspan="1" %) 488 -((( 489 -de.cau.cs.kieler.commentBox 490 -)))|(% colspan="1" %)(% colspan="1" %) 491 -((( 492 -Boolean 493 -)))|(% colspan="1" %)(% colspan="1" %) 494 -((( 495 495 Nodes 496 496 )))|(% colspan="1" %)(% colspan="1" %) 497 497 ((( 498 -false 499 -))) 500 -|((( 501 -[[Diagram Type>>doc:||anchor="diagramType"]] 502 -)))|((( 503 -de.cau.cs.kieler.diagramType 504 -)))|((( 505 -String 506 -)))|((( 507 -Parents 508 -)))|((( 509 509 510 510 ))) 511 511 |((( 512 - EdgeLabel Placement347 +Port Constraints 513 513 )))|((( 514 -de.cau.cs.kieler. edgeLabelPlacement349 +de.cau.cs.kieler.portConstraints 515 515 )))|((( 516 516 Enum 517 517 )))|((( 518 - Labels353 +Nodes 519 519 )))|((( 520 520 521 521 ))) 522 522 |(% colspan="1" %)(% colspan="1" %) 523 523 ((( 524 - EdgeType359 +Port Label Placement 525 525 )))|(% colspan="1" %)(% colspan="1" %) 526 526 ((( 527 -de.cau.cs.kieler.e dgeType362 +de.cau.cs.kieler.portLabelPlacement 528 528 )))|(% colspan="1" %)(% colspan="1" %) 529 529 ((( 530 530 Enum 531 531 )))|(% colspan="1" %)(% colspan="1" %) 532 532 ((( 533 - Edges368 +Nodes 534 534 )))|(% colspan="1" %)(% colspan="1" %) 535 535 ((( 536 - NONE371 +OUTSIDE 537 537 ))) 538 538 |(% colspan="1" %)(% colspan="1" %) 539 539 ((( 540 - FontName375 +[[Port Offset>>doc:||anchor="portOffset"]] 541 541 )))|(% colspan="1" %)(% colspan="1" %) 542 542 ((( 543 -de.cau.cs.kieler. fontName378 +de.cau.cs.kieler.offset 544 544 )))|(% colspan="1" %)(% colspan="1" %) 545 545 ((( 546 - String381 +Float 547 547 )))|(% colspan="1" %)(% colspan="1" %) 548 548 ((( 549 - Labels384 +Ports 550 550 )))|(% colspan="1" %)(% colspan="1" %) 551 551 ((( 552 552 ... ... @@ -553,16 +553,16 @@ 553 553 ))) 554 554 |(% colspan="1" %)(% colspan="1" %) 555 555 ((( 556 - Font Size391 +Port Side 557 557 )))|(% colspan="1" %)(% colspan="1" %) 558 558 ((( 559 -de.cau.cs.kieler. fontSize394 +de.cau.cs.kieler.portSide 560 560 )))|(% colspan="1" %)(% colspan="1" %) 561 561 ((( 562 - Int397 +Enum 563 563 )))|(% colspan="1" %)(% colspan="1" %) 564 564 ((( 565 - Labels400 +Ports 566 566 )))|(% colspan="1" %)(% colspan="1" %) 567 567 ((( 568 568 ... ... @@ -569,162 +569,57 @@ 569 569 ))) 570 570 |(% colspan="1" %)(% colspan="1" %) 571 571 ((( 572 - [[Hypernode>>doc:||anchor="hypernode"]]407 +Port Spacing 573 573 )))|(% colspan="1" %)(% colspan="1" %) 574 574 ((( 575 -de.cau.cs.kieler. hypernode410 +de.cau.cs.kieler.portSpacing 576 576 )))|(% colspan="1" %)(% colspan="1" %) 577 577 ((( 578 -Boolean 579 -)))|(% colspan="1" %)(% colspan="1" %) 580 -((( 581 -Nodes 582 -)))|(% colspan="1" %)(% colspan="1" %) 583 -((( 584 -false 585 -))) 586 -|(% colspan="1" %)(% colspan="1" %) 587 -((( 588 -Layout Ancestors 589 -)))|(% colspan="1" %)(% colspan="1" %) 590 -((( 591 -de.cau.cs.kieler.layoutAncestors 592 -)))|(% colspan="1" %)(% colspan="1" %) 593 -((( 594 -Boolean 595 -)))|(% colspan="1" %)(% colspan="1" %) 596 -((( 597 -Parents 598 -)))|(% colspan="1" %)(% colspan="1" %) 599 -((( 600 -false 601 -))) 602 -|(% colspan="1" %)(% colspan="1" %) 603 -((( 604 -Maximal Animation Time 605 -)))|(% colspan="1" %)(% colspan="1" %) 606 -((( 607 -de.cau.cs.kieler.maxAnimTim 608 -)))|(% colspan="1" %)(% colspan="1" %) 609 -((( 610 -Int 611 -)))|(% colspan="1" %)(% colspan="1" %) 612 -((( 613 -Parents 614 -)))|(% colspan="1" %)(% colspan="1" %) 615 -((( 616 -4000 617 -))) 618 -|(% colspan="1" %)(% colspan="1" %) 619 -((( 620 -Minimal Animation Time 621 -)))|(% colspan="1" %)(% colspan="1" %) 622 -((( 623 -de.cau.cs.kieler.minAnimTim 624 -)))|(% colspan="1" %)(% colspan="1" %) 625 -((( 626 -Int 627 -)))|(% colspan="1" %)(% colspan="1" %) 628 -((( 629 -Parents 630 -)))|(% colspan="1" %)(% colspan="1" %) 631 -((( 632 -400 633 -))) 634 -|(% colspan="1" %)(% colspan="1" %) 635 -((( 636 -Minimal Height 637 -)))|(% colspan="1" %)(% colspan="1" %) 638 -((( 639 -de.cau.cs.kieler.minHeight 640 -)))|(% colspan="1" %)(% colspan="1" %) 641 -((( 642 642 Float 643 643 )))|(% colspan="1" %)(% colspan="1" %) 644 644 ((( 645 645 Nodes 646 -Parents 647 647 )))|(% colspan="1" %)(% colspan="1" %) 648 648 ((( 649 -0.0 650 -))) 651 -|(% colspan="1" %)(% colspan="1" %) 652 -((( 653 -Minimal Width 654 -)))|(% colspan="1" %)(% colspan="1" %) 655 -((( 656 -de.cau.cs.kieler.minWidth 657 -)))|(% colspan="1" %)(% colspan="1" %) 658 -((( 659 -Float 660 -)))|(% colspan="1" %)(% colspan="1" %) 661 -((( 662 -Nodes 663 -Parents 664 -)))|(% colspan="1" %)(% colspan="1" %) 665 -((( 666 -0.0 667 -))) 668 -|(% colspan="1" %)(% colspan="1" %) 669 -((( 670 -[[No Layout>>doc:||anchor="noLayout"]] 671 -)))|(% colspan="1" %)(% colspan="1" %) 672 -((( 673 -de.cau.cs.kieler.noLayout 674 -)))|(% colspan="1" %)(% colspan="1" %) 675 -((( 676 -Boolean 677 -)))|(% colspan="1" %)(% colspan="1" %) 678 -((( 679 679 680 -)))|(% colspan="1" %)(% colspan="1" %) 681 -((( 682 -false 683 683 ))) 684 -|(% colspan="1" %)(% colspan="1" %) 685 -((( 686 -[[Port Anchor Offset>>doc:||anchor="portAnchor"]] 687 -)))|(% colspan="1" %)(% colspan="1" %) 688 -((( 689 -de.cau.cs.kieler.klay.layered.portAnchor 690 -)))|(% colspan="1" %)(% colspan="1" %) 691 -((( 421 +|((( 422 +Position 423 +)))|((( 424 +de.cau.cs.kieler.position 425 +)))|((( 692 692 Object 693 -)))|(% colspan="1" %)(% colspan="1" %) 694 -((( 427 +)))|((( 428 +Labels 429 +Nodes 695 695 Ports 696 -)))|(% colspan="1" %)(% colspan="1" %) 697 -((( 431 +)))|((( 698 698 699 699 ))) 700 -|(% colspan="1" %)(% colspan="1" %) 701 -((( 702 -Port Index 703 -)))|(% colspan="1" %)(% colspan="1" %) 704 -((( 705 -de.cau.cs.kieler.portIndex 706 -)))|(% colspan="1" %)(% colspan="1" %) 707 -((( 434 +|((( 435 +Priority 436 +)))|((( 437 +de.cau.cs.kieler.priority 438 +)))|((( 708 708 Int 709 -)))|(% colspan="1" %)(% colspan="1" %) 710 -((( 711 -Ports 712 -)))|(% colspan="1" %)(% colspan="1" %) 713 -((( 440 +)))|((( 441 +Edges 442 +Nodes 443 +)))|((( 714 714 715 715 ))) 716 716 |(% colspan="1" %)(% colspan="1" %) 717 717 ((( 718 - [[Port Offset>>doc:||anchor="portOffset"]]448 +Randomization Seed 719 719 )))|(% colspan="1" %)(% colspan="1" %) 720 720 ((( 721 -de.cau.cs.kieler.o ffset451 +de.cau.cs.kieler.randomSeed 722 722 )))|(% colspan="1" %)(% colspan="1" %) 723 723 ((( 724 - Float454 +Int 725 725 )))|(% colspan="1" %)(% colspan="1" %) 726 726 ((( 727 -P orts457 +Parents 728 728 )))|(% colspan="1" %)(% colspan="1" %) 729 729 ((( 730 730 ... ... @@ -731,16 +731,16 @@ 731 731 ))) 732 732 |(% colspan="1" %)(% colspan="1" %) 733 733 ((( 734 - PortSide464 +Separate Connected Components 735 735 )))|(% colspan="1" %)(% colspan="1" %) 736 736 ((( 737 -de.cau.cs.kieler.p ortSide467 +de.cau.cs.kieler.separateConnComp 738 738 )))|(% colspan="1" %)(% colspan="1" %) 739 739 ((( 740 - Enum470 +Boolean 741 741 )))|(% colspan="1" %)(% colspan="1" %) 742 742 ((( 743 -P orts473 +Parents 744 744 )))|(% colspan="1" %)(% colspan="1" %) 745 745 ((( 746 746 ... ... @@ -747,122 +747,74 @@ 747 747 ))) 748 748 |(% colspan="1" %)(% colspan="1" %) 749 749 ((( 750 - ProgressBar480 +Size Constraint 751 751 )))|(% colspan="1" %)(% colspan="1" %) 752 752 ((( 753 -de.cau.cs.kieler. progressBar483 +de.cau.cs.kieler.sizeConstraint 754 754 )))|(% colspan="1" %)(% colspan="1" %) 755 755 ((( 756 - Boolean486 +EnumSet 757 757 )))|(% colspan="1" %)(% colspan="1" %) 758 758 ((( 759 - Parents489 +Nodes 760 760 )))|(% colspan="1" %)(% colspan="1" %) 761 761 ((( 762 - false492 + 763 763 ))) 764 764 |(% colspan="1" %)(% colspan="1" %) 765 765 ((( 766 -S caleFactor496 +Size Options 767 767 )))|(% colspan="1" %)(% colspan="1" %) 768 768 ((( 769 -de.cau.cs.kieler.s caleFactor499 +de.cau.cs.kieler.sizeOptions 770 770 )))|(% colspan="1" %)(% colspan="1" %) 771 771 ((( 772 - Float502 +EnumSet 773 773 )))|(% colspan="1" %)(% colspan="1" %) 774 774 ((( 775 775 Nodes 776 776 )))|(% colspan="1" %)(% colspan="1" %) 777 777 ((( 778 - 1.0508 +DEFAULT_MINIMUM_SIZE 779 779 ))) 780 780 |(% colspan="1" %)(% colspan="1" %) 781 781 ((( 782 - Thickness512 +Spacing 783 783 )))|(% colspan="1" %)(% colspan="1" %) 784 784 ((( 785 -de.cau.cs.kieler. thickness515 +de.cau.cs.kieler.spacing 786 786 )))|(% colspan="1" %)(% colspan="1" %) 787 787 ((( 788 788 Float 789 789 )))|(% colspan="1" %)(% colspan="1" %) 790 790 ((( 791 -Edges 792 -)))|(% colspan="1" %)(% colspan="1" %) 793 -((( 794 -1.0 795 -))) 796 -|(% colspan="1" %)(% colspan="1" %) 797 -((( 798 -Zoom to Fit 799 -)))|(% colspan="1" %)(% colspan="1" %) 800 -((( 801 -de.cau.cs.kieler.zoomToFit 802 -)))|(% colspan="1" %)(% colspan="1" %) 803 -((( 804 -Boolean 805 -)))|(% colspan="1" %)(% colspan="1" %) 806 -((( 807 807 Parents 808 808 )))|(% colspan="1" %)(% colspan="1" %) 809 809 ((( 810 - false524 + 811 811 ))) 812 812 813 -= ==LayoutOutputProperties ===527 += The Most Important Options = 814 814 815 -A few properties are used as additional information in the output of a layout algorithm. This information should be considered when the layout is applied to the original diagram 816 - 817 -|=((( 818 -Property 819 -)))|=((( 820 -ID 821 -)))|=((( 822 -Type 823 -)))|=((( 824 -Applies to 825 -))) 826 -|((( 827 -[[Edge Routing>>doc:||anchor="edgeRouting"]] 828 -)))|((( 829 -de.cau.cs.kieler.edgeRouting 830 -)))|((( 831 -Enum 832 -)))|((( 833 -Edges 834 -))) 835 -|((( 836 -Junction Points 837 -)))|((( 838 -de.cau.cs.kieler.junctionPoints 839 -)))|((( 840 -Object 841 -)))|((( 842 -Edges 843 -))) 844 - 845 - 846 - 847 -= Detailed Documentation = 848 - 849 -This section explains every layout option in more detail. 850 - 851 -== The Most Important Options == 852 - 853 853 While most layout options are used to affect how the active layout algorithm computes concrete coordinates for the graph elements, there are some layout options that have a special role in KIML. 854 854 855 -== ====531 +== Layout Algorithm == 856 856 857 -{{id name="layoutAlgorithm"/}} Layout AlgorithmThe option with identifier {{code language="none"}}de.cau.cs.kieler.algorithm{{/code}} specifies which layout algorithm to use for a graph or subgraph. The value can be either the identifier of a layout algorithm or the identifier of a layout type. In the latter case the algorithm with highest priority of that type is applied. It is possible to set different values for this option on subgraphs of a hierarchical graph, where a subgraph is identified by a parent node. A layout algorithm is responsible to process only the direct content of a given parent node. An exception from this rule is made when the [[Layout Hierarchy>>doc:||anchor="layoutHierarchy"]] option is active.533 +{{id name="layoutAlgorithm"/}} 858 858 859 -The followi nglayouthasbeencreated bysetting aforce-basedlayout algorithm onthe inner hierarchylevelandalayer-basedlayout algorithmonthe top level.535 +The option with identifier {{code language="none"}}de.cau.cs.kieler.algorithm{{/code}} specifies which layout algorithm to use for the content of a composite node. The value can be either the identifier of a layout algorithm or the identifier of a layout type. In the latter case the algorithm with highest priority of that type is applied. 860 860 861 - [[image:attach:layout_algorithm.png]]537 +The following layout types are predefined: 862 862 863 -==== Available Algorithms and Libraries ==== 539 +* **Layered** - The layer-based method emphasizes the direction of edges by pointing as many edges as possible into the same direction. The nodes are arranged in layers and then reordered such that the number of edge crossings is minimized. Afterwards, concrete coordinates are computed for the nodes and edge bend points. 540 +* **Orthogonal** - Orthogonal methods follow the "topology-shape-metrics" approach, which first applies a planarization technique, resulting in a planar representation of the graph, then compute an orthogonal shape, and finally determine concrete coordinates for nodes and edge bend points by applying a compaction method. 541 +* **Force** - Layout algorithms that follow physical analogies by simulating a system of attractive and repulsive forces. 542 +* **Circular** - Circular layout algorithms emphasize biconnected components of a graph by arranging them in circles. This is useful if a drawing is desired where such components are clearly grouped, or where cycles are shown as prominent properties of the graph. 543 +* **Tree** - Specialized layout methods for trees, i.e. acyclic graphs. The regular structure of graphs that have no undirected cycles can be emphasized using an algorithm of this type. 864 864 865 -* **The [[KLay Project>>doc:KIELER.Layout Algorithms (KLay)]]** - Java implementations of standard layout approaches, augmented with special processing of graph features such as ports and labels. 545 +=== Available Algorithms and Libraries === 546 + 547 +* **The [[KLay Project>>doc:Layout Algorithms (KLay)]]** - Java implementations of standard layout approaches, augmented with special processing of graph features such as ports and edge labels. 866 866 * **Randomizer** - Distributes the nodes randomly; not very useful, but it can show how important a good layout is for understanding a graph. 867 867 * ((( 868 868 **Box Layout** - Ignores edges, places all nodes in rows. Can be used to layout collections of unconnected boxes, such as Statechart regions. ... ... @@ -871,130 +871,56 @@ 871 871 * **OGDF** ((% style="color: rgb(0,0,0);" %)[[www.ogdf.net>>url:http://www.ogdf.net/||shape="rect"]](%%)) - A self-contained C++ class library for the automatic layout of diagrams. The version that is shipped with KIELER is compiled as an executable that reads files in OGML format and outputs the computed concrete layout. 872 872 * **Graphviz** ([[www.graphviz.org>>url:http://www.graphviz.org/||shape="rect"]]) - An open source graph visualization tool with several graph layout programs, web and interactive graphical interfaces, auxiliary tools, libraries, and language bindings. Graphviz needs to be installed separately in order to be used within KIELER, since it is called in a separate process using the DOT language for communication. 873 873 874 -== ==Predefined LayoutTypes====556 +== Diagram Type == 875 875 876 -* **Layered** - The layer-based method emphasizes the direction of edges by pointing as many edges as possible into the same direction. The nodes are arranged in layers and then reordered such that the number of edge crossings is minimized. Afterwards, concrete coordinates are computed for the nodes and edge bend points. 877 -* **Orthogonal** - Orthogonal methods follow the "topology-shape-metrics" approach, which first applies a planarization technique, resulting in a planar representation of the graph, then compute an orthogonal shape, and finally determine concrete coordinates for nodes and edge bend points by applying a compaction method. 878 -* **Force** - Layout algorithms that follow physical analogies by simulating a system of attractive and repulsive forces. 879 -* **Circular** - Circular layout algorithms emphasize biconnected components of a graph by arranging them in circles. This is useful if a drawing is desired where such components are clearly grouped, or where cycles are shown as prominent properties of the graph. 880 -* **Tree** - Specialized layout methods for trees, i.e. acyclic graphs. The regular structure of graphs that have no undirected cycles can be emphasized using an algorithm of this type. 558 +{{id name="diagramType"/}} 881 881 882 - ======560 +Diagram types are used to classify graphical diagrams for setting default layout option values for a set of similar diagrams. The diagram type of an element is specified with the layout option {{code language="none"}}de.cau.cs.kieler.diagramType{{/code}}. Layout algorithms can declare which diagram types they support well, and give a priority value for each supported type. KIML decides at runtime which layout algorithm has the highest priority for a given diagram, so that the most suitable algorithm is always used. Usual values for such priorities are between 1 and 10, where the highest value should only be assigned if the algorithm is especially designed for diagrams of the respective type, or if it has proven to be very adequate for them. Lower values should be given if the algorithm is able to draw the diagrams correctly, but with lower quality of the resulting layout. 883 883 884 -{{id name="diagramType"/}}Diagram TypeDiagram types are used to classify graphical diagrams for setting default layout option values for a set of similar diagrams. The diagram type of an element is specified with the layout option {{code language="none"}}de.cau.cs.kieler.diagramType{{/code}}. Layout algorithms can declare which diagram types they support well, and give a priority value for each supported type. KIML decides at runtime which layout algorithm has the highest priority for a given diagram, so that the most suitable algorithm is always used. Usual values for such priorities are between 1 and 10, where the highest value should only be assigned if the algorithm is especially designed for diagrams of the respective type, or if it has proven to be very adequate for them. Lower values should be given if the algorithm is able to draw the diagrams correctly, but with lower quality of the resulting layout. 885 - 886 886 The following diagram types are predefined: 887 887 888 888 * **General** - This type is automatically assigned to all diagrams for which no specific type is declared. A layout algorithm that has the highest priority on the //General// diagram type is taken as the default algorithm when no further information on a diagram is available to KIML. 889 -* **State Machine** - All kinds of state machines, automata, and activity diagrams. Examples: [[doc: KIELER.SyncCharts]], UML Activity diagrams.890 -* **Data Flow Diagram** - Actor-oriented diagrams, where connections are mostly done between //ports// of nodes. These diagrams can only be handled properly by very special layout algorithms, such as those developed in the [[KLay project>>doc: KIELER.Layout Algorithms (KLay)]].565 +* **State Machine** - All kinds of state machines, automata, and activity diagrams. Examples: [[doc:SCCharts SyncCharts]], UML Activity diagrams. 566 +* **Data Flow Diagram** - Actor-oriented diagrams, where connections are mostly done between //ports// of nodes. These diagrams can only be handled properly by very special layout algorithms, such as those developed in the [[KLay project>>doc:Layout Algorithms (KLay)]]. 891 891 * **Class Diagram** - Class diagrams such as Ecore diagrams for the [[EMF>>url:http://www.eclipse.org/modeling/emf/||shape="rect"]] or UML Class diagrams. 892 892 * **Use Case Diagram** - Use case diagrams as defined by the UML. 893 -* **Unconnected Boxes** - Sets of nodes that have no connections and are treated as resizable boxes. This is related to mathematical [[packing problems>>url:http://en.wikipedia.org/wiki/Packing_problem||shape="rect"]]. Example: Regions in [[doc: KIELER.SyncCharts]].569 +* **Unconnected Boxes** - Sets of nodes that have no connections and are treated as resizable boxes. This is related to mathematical [[packing problems>>url:http://en.wikipedia.org/wiki/Packing_problem||shape="rect"]]. Example: Regions in [[doc:SCCharts SyncCharts]]. 894 894 895 -=== === 896 - 897 -{{id name="edgeRouting"/}}Edge RoutingThis option influences the way in which edges are routed between the nodes they connect. The following settings are available: 898 - 899 -* POLYLINE 900 -Edges consist of one or more segments defined by a list of bend points. 901 -* ORTHOGONAL 902 -Edges are routed orthogonally, meaning that each segment of an edge runs either horizontally or vertically. 903 -* SPLINES 904 -Edges are routed as splines (smooth curves). 905 -* UNDEFINED 906 -No particular edge routing style is selected. Usually this value points to the default setting of the selected layout algorithm. 907 - 908 -[[image:attach:edge_routing.png]] 909 - 910 -When used as layout option, the edge routing is set for a whole graph or subgraph, i.e. on a parent node. However, the property is additionally used for the output of the layout algorithm in order to mark individual edges. If the edge routing assigned to an edge is anything other than SPLINES, the bend points of that edge are interpreted with their normal meaning, i.e. straight lines are drawn between consecutive bend points. If, on the other hand, a layout algorithm marks an edge with the value SPLINES, the bend points have to be interpreted as control points for a series of cubic splines following this procedure: 911 - 912 -1. Start at the source point of the edge. 913 -1. As long as there are at least three bend points left: 914 -11. Draw a cubic spline segment to the third bend point with the other two bend points as control points. 915 -11. Use the third bend point as start point for the next segment. 916 -11. Consume the three bend points and proceed to the next segment. 917 -1. Check the number of remaining bend points: 918 -11. Two bend points – draw a cubic spline segment to the target point of the edge. 919 -11. One bend point – draw a quadratic spline segment to the target point of the edge. 920 -11. No bend point – draw a straight line to the target point of the edge. 921 - 922 922 == Other Options == 923 923 924 -=== === 573 +* **Layout Hierarchy** ({{code language="none"}}de.cau.cs.kieler.layoutHierarchy{{/code}}) - If this option is supported and active, the layout algorithm is requested to process the full hierarchy contained in the input node. This means that instead of executing another algorithm on each hierarchy level, all levels are arranged in a single algorithm execution. 574 +* **Hypernode** ({{code language="none"}}de.cau.cs.kieler.hypernode{{/code}}) - A node that is marked as hypernode has a special role in the graph structure, since all its incident edges are treated as parts of the same [[hyperedge>>url:http://en.wikipedia.org/wiki/Hypergraph||shape="rect"]]. Example: relation vertices in [[Ptolemy>>url:http://ptolemy.eecs.berkeley.edu/||shape="rect"]] models. 575 +* **Comment Box** ({{code language="none"}}de.cau.cs.kieler.commentBox{{/code}}) - A node that is marked as comment box is treated as a label that needs to be placed somewhere. This is different to normal node labels, which are usually regarded as fixed. 576 +* **No Layout** ({{code language="none"}}de.cau.cs.kieler.noLayout{{/code}}) - Elements that are marked with this option are excluded from layout. This is used to identify diagram objects that should not be regarded as graph elements. 925 925 926 - {{idname="addPortSpace"/}}AdditionalPort SpaceThis optioncontrols the usable space for portsoneach side:578 += Detailed Documentation = 927 927 928 - [[image:attach:addPortSpace.png]]580 +This section explains every layout option in more detail. 929 929 930 - Ifthe option is not set, the value of [[PortSpacing>>doc:||anchor="portSpacing"]]is used instead for all four components.582 +== Edge Routing == 931 931 932 - This option is only relevant if port constraints are{{codelanguage="none"}}FREE{{/code}}, {{code language="none"}}FIXED_SIDE{{/code}}, or {{code language="none"}}FIXED_ORDER{{/code}}. If size constraints include {{code language="none"}}PORTS{{/code}}, the additional port space, together with the port spacing and the size of ports, determines a lower bound on the node size.584 +{{id name="edgeRouting"/}} 933 933 934 - ======586 +This option influences the way in which edges are routed between the nodes they connect. The following settings are available: 935 935 936 -{{id name="alignment"/}}AlignmentDetermines the alignment of a node in relation to other nodes of the same row or column. For layer-based algorithms, for instance, this option controls how a node is positioned inside its assigned layer. 588 +* POLYLINE 589 +Edges consist of one or more segments defined by a list of bend points. 590 +* ORTHOGONAL 591 +Edges are routed orthogonally, meaning that each segment of an edge runs either horizontally or vertically, but never at an angle. 592 +* SPLINE 593 +Edges are routed as splines (smooth curves). (% style="color: rgb(153,51,0);" %)**TODO:** Add more documentation on how the returned bend points are to be interpreted. 594 +* UNDEFINED 595 +No particular edge routing style is selected. The result produced by the layout algorithm may be undefined. 937 937 938 -= =====597 +(% style="color: rgb(153,51,0);" %)**TODO:** Add an image illustrating the different routing styles. 939 939 940 - {{id name="aspectRatio"/}}AspectRatioThe aspectratioofa drawing is the ratio ofitstotal width to its total height.This option gives some control over that ratio, although in most cases it is only interpreted as a hint on how to arrange multiple connected components, hence the actual aspect ratio will probably be different from what has been specified with the option.599 +== Port Offset == 941 941 942 - ======601 +{{id name="portOffset"/}} 943 943 944 - {{id name="commentBox"/}}CommentBoxAnode thatis markedascommentboxistreatedasalabelthatneedsto beplacedsomewhere. Incontrastto normalnodelabels(modeledwith aKLabelinstance),commentboxesmayhaveconnectionstoothernodes,as in the followingexample.603 +The port offset is used to specify how much space a layout algorithm should leave between a port and the border of its node. This is usually zero, but doesn't have to be. If the offset is not defined for a given port, a layout algorithm can try to infer the offset from the port's coordinates and its node's size in the input graph. This of course requires both properties to be set to sensible values. 945 945 946 -[[image:attach:comment_box.png]] 947 - 948 -=== === 949 - 950 -{{id name="hypernode"/}}HypernodeA node that is marked as hypernode has a special role in the graph structure, since all its incident edges are treated as parts of the same [[hyperedge>>url:http://en.wikipedia.org/wiki/Hypergraph||shape="rect"]]. Example: relation vertices in [[Ptolemy>>url:http://ptolemy.eecs.berkeley.edu/||shape="rect"]] models. 951 - 952 -=== === 953 - 954 -{{id name="layoutHierarchy"/}}Layout HierarchyIf this option is supported and active, the layout algorithm is requested to process the full hierarchy contained in the input node. This means that instead of executing another algorithm on each hierarchy level, all levels are arranged in a single algorithm execution. 955 - 956 -=== === 957 - 958 -{{id name="noLayout"/}}No LayoutElements that are marked with this option are excluded from layout. This is used to identify diagram objects that should not be regarded as graph elements. 959 - 960 -=== === 961 - 962 -{{id name="portAlignment"/}}Port AlignmentThe port alignment controls how ports are distributed over their respective edge. 963 - 964 -This option is only relevant if port constraints are {{code language="none"}}FREE{{/code}}, {{code language="none"}}FIXED_SIDE{{/code}}, or {{code language="none"}}FIXED_ORDER{{/code}}. 965 - 966 -The following settings are possible: 967 - 968 -* {{code language="none"}}UNDEFINED{{/code}} 969 -Defaults to {{code language="none"}}JUSTIFIED{{/code}}. 970 -* {{code language="none"}}JUSTIFIED{{/code}} 971 -Distributes the ports evenly over the whole usable space (for usable space, see [[additional port space>>doc:||anchor="addPortSpace"]]). 972 -* {{code language="none"}}BEGIN{{/code}} 973 -Places the ports at top-/leftmost position with [[port spacing>>doc:||anchor="portSpacing"]] between them. 974 -* {{code language="none"}}CENTER{{/code}} 975 -Places the ports centered in the usable space with port spacing between them. 976 -* {{code language="none"}}END{{/code}} 977 -Places the ports at bottom-/rightmost position with port spacing between them. 978 - 979 -Port alignment can also be set as specialized options {{code language="none"}}portAlignment.{north|south|east|west{{/code}}}. These options overwrite the general policy for the respective side. Setting one of these to {{code language="none"}}UNDEFINED{{/code}} defaults it to the general port alignment. 980 - 981 -=== === 982 - 983 -{{id name="portAnchor"/}}Port Anchor OffsetSince ports have a size, we need a concrete point inside the port that edges should start or end in. In KLay Layered, this is referred to as the //port anchor//. By default, the center of each port is used as its port anchor, but this behavior can be overridden by setting an explicit port anchor. 984 - 985 -In the following example, the port anchor of the left port was moved upwards, while the port anchor of the second port was moved downwards: 986 - 987 -[[image:attach:KIELER.KLay Layered Layout Options@port_anchors.png]] 988 - 989 -=== === 990 - 991 -{{id name="portOffset"/}}Port OffsetThe port offset is used to specify how much space a layout algorithm should leave between a port and the border of its node. This is usually zero, but doesn't have to be. If the offset is not defined for a given port, a layout algorithm can try to infer the offset from the port's coordinates and its node's size in the input graph. This of course requires both properties to be set to sensible values. 992 - 993 993 Set this property if one of the following cases applies: 994 994 995 995 * The port constraints on a node are set to FREE, FIXED_SIDES or FIXED_ORDER. 996 996 * The port constraints on a node are set to FIXED_RATIO or FIXED_POS, and the size of the node is not fixed. (Note that this is especially true for ports of compound nodes.) 997 - 998 -=== === 999 - 1000 -{{id name="portSpacing"/}}Port SpacingThe port spacing determines how much space KLay Layered should leave between the ports of each side. This option is only relevant if the node size depends on the ports, that is, if the size constraints include {{code language="none"}}SizeConstraint.PORTS{{/code}}.
- addPortSpace.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -20.2 KB - Content
- comment_box.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -5.5 KB - Content
- edge_routing.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -57.8 KB - Content
- layout_algorithm.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -20.0 KB - Content
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 - 71110941 +9470006 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/ 7111094/KIML Layout Options1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470006/KIML Layout Options