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

java-treelayout

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 the latest version of java-treelayout as follows:

guix install java-treelayout

Or install a particular version:

guix install java-treelayout@1.0.3

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.

Badge code

HTML: <a href='http://127.0.0.1:3000/packages/java-treelayout/'><img src='http://127.0.0.1:3000/packages/java-treelayout/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/java-treelayout/badges/latest-version.svg)](http://127.0.0.1:3000/packages/java-treelayout/)
Org: [[http://127.0.0.1:3000/packages/java-treelayout/][http://127.0.0.1:3000/packages/java-treelayout/badges/latest-version.svg]]