edgebundles.visualisation.link
Class Link

public class Link

Title: Link

Description: The link objects stores the control points of the control polygon of a link and pre compute the length of the control polygon. The actual points and their colors of the link, will be computed in the Link Visualiser.

Copyright: Copyright (c) 2007

Company: TU Wien

Version:
1.0
Author:
not attributable
Constructor Detail

Link

public Link(java.util.ArrayList path,
            double beta)
Link
Parameters:
path: - the tree path which the link is based upon
beta: - the degree of bundling (0: Link is a straigtline, 1: link is identical to the path input parameter, and from ]0, 1[ is a compormise between these two exteremeties.