Layout Features Tutorial

Organic Layout with Substructures

This demo shows the ability of Organic Layout to consider substructures in the graph.

The graph contains three substructures: a circle, a star and a chain. For each substructure type a special layout configuration is used:

  • The circle is configured with the RADIAL style.
  • The star is configured with the CIRCULAR style.
  • The chain is configured with RECTANGULAR style.

Code Snippet

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

Demos

See the Organic Substructures Demo for an extensive presentation of the substructures functionality.

Documentation

See the Layout of Regular Substructures section in the Developer's Guide for an in-depth discussion of the relevant concepts.