edgebundles.visualisation.tree
Class InvertedRadialLayoutVisualiser

public class InvertedRadialLayoutVisualiser
extends edgebundles.visualisation.tree.TreeVisualiser

Title: InvertedRadialLayoutVisualiser

Description: This layout is similar to the radial layout, but it reverses the placement of the nodes, so that the root is in the most outer level and the leaves are in the most inner level. It offers the advantage that an inner circle is vacated offering good place to visualise adjacency relations, and a desirable separation between hierachical and adjacency relations. Note 1: the logical (output) locations of the nodes are preserved as in the radial layout, only the visualisation is inverted. This enables thee links to follow the virtual (non-inverted) heirarchy in the vacated inner place. Note 2: this layout shoulbe be used only for trees where the adjacency relations takes place only between leaves. Otherwise, a non-desirable visalisation may occur, making a link originate from a node-free location...

Copyright: Copyright (c) 2007

Company:

Version:
1.0
Author:
Bilal Alsallakh