|
Directed Tree Layout Manager
The DirectedTreeLayoutManager implements a layout manager for arranging nodes in a tree-like structure. This LayoutManager can be applied to any diagram that is composed of a directed tree graph with unique root and child nodes. The layout manager lets you orient the tree in just about any direction around the root, and can be used for creating many sophisticated arrangements, a few of which have been illustrated below:
Top-to-Bottom Vertical Tree Layout
Bottom-to-Top Vertical Tree Layout
Left-to-Right Horizontal Tree Layout
Right to Left Horizontal Tree Layout
|
|
|
|