Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Contents

 

Table of Contents

Overview

Beside a human-readable name, layout options are defined by the following properties:

...

This section explains every layout option in more detail.

Port Offset
Anchor

...

optionPO

...

optionPO

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.

...