Versions Compared

Key

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

...

Even the most basic layout algorithm has provides some settings for you to play with. This might be something as simple as the space left between different nodes, or something as complex as changing how node labels are placed and how that influences the size of each node. Each such setting must be registered with KIML as a layout option, and each algorithm must specify exactly which of these options it supports. Registering a layout option is done through one of KIML's extension points and can look like this:

...