infovis.visualization
Interface LinkShaper

All Known Implementing Classes:
CurvedLinkShaper, DefaultLinkShaper, DendrogramLinkShaper, SmoothLinkShaper

public interface LinkShaper


Method Summary
 Shape computeLinkShape(int link, NodeAccessor accessor, Shape prevLinkShape)
           
 String getName()
           
 void init(Visualization vis, ShapeColumn shapes)
           
 

Method Detail

init

void init(Visualization vis,
          ShapeColumn shapes)

computeLinkShape

Shape computeLinkShape(int link,
                       NodeAccessor accessor,
                       Shape prevLinkShape)

getName

String getName()


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.