Directed Tree Layout

The directed trees sample demonstrates the DirectedTreeLayoutManager layout management class in Essential Diagram.

The DirectedTreeLayoutManager implements a layout management solution for the diagrams which are composed of nodes forming a directed tree graph. It lets you orient the tree in any direction around the root node by specifying a suitable angle of rotation.

This sample also demonstrates a more conventional top-to-bottom, bottom-to-top, left-to-right and right-to-left tree layouts implemented using the DirectedTreeLayoutManager.

Features