edu.uci.ics.jung.visualization
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(Edge e)
           
 

Method Detail

getLength

double getLength(Edge e)