This package browser is in early development. Mind the rough edges.

java-treelayout 1.0.3

Tree Layout Algorithm in Java

TreeLayout creates tree layouts for arbitrary trees. It is not restricted to a specific output or format, but can be used for any kind of two dimensional diagram. Examples are Swing based components, SVG files, etc. This is possible because TreeLayout separates the layout of a tree from the actual rendering.

Installation

Install java-treelayout 1.0.3 as follows:

guix install java-treelayout@1.0.3

Or install the latest version:

guix install java-treelayout

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.