infovis.graph.visualization.layout
Interface SpringLayout.LengthFunction

All Known Implementing Classes:
SpringLayout.UnitLengthFunction
Enclosing class:
SpringLayout

public static interface SpringLayout.LengthFunction

If the edge is weighted, then override this method to show what the visualized length is.

Author:
Danyel Fisher

Method Summary
 double getLength(int e)
           
 

Method Detail

getLength

double getLength(int e)


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