Layout Features Tutorial

Compact Disk Layout for Group Content

This demo shows how to use the CompactDiskLayout to arrange the content of (circular) group nodes.

This arrangement is suitable if the group content should be placed in a compact way and if there are no or only few edges between child nodes.

The content of each group is arranged in a compact, circular way by CompactDiskLayout. The children are furthermore ordered by node type (reflected by label text and color in this example).

RecursiveGroupLayout handles the group nodes recursively. An OrganicLayout is applied to the nodes of the top-level hierarchy.

Code Snippet

You can copy the code snippet to configure the layout from GitHub.

Documentation

The Developer's Guide provides in-depth information about the Compact Disk Layout.