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

You can use the following badge to inform users of java-treelayout about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/java-treelayout'><img src='https://packages.guix.gnu.org/packages/java-treelayout/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/java-treelayout/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/java-treelayout)

Example Org:

[[https://packages.guix.gnu.org/packages/java-treelayout][https://packages.guix.gnu.org/packages/java-treelayout/badges/latest-version.svg]]