Ortho > Examples > Tree

Ortho - Tree Example

This is a simple example of a tree data structure drawn using Ortho objects. This represents a taxonomy of species but it could just as well represent a hierarchy of files and directories or the reporting structure in a company.

This example uses a manually defined layout, although you could easily construct this programmatically using a data structure that represents the tree.