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
Constructor Detail |
public Link(java.util.ArrayList path, double beta)
path:
- the tree path which the link is based uponbeta:
- 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.