edu.uci.ics.jung.algorithms.layout3d
Interface SpringLayout.LengthFunction<E>

All Known Implementing Classes:
SpringLayout.UnitLengthFunction
Enclosing class:
SpringLayout<V,E>

public static interface SpringLayout.LengthFunction<E>

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

Author:
Danyel Fisher

Method Summary
 double getLength(E e)
           
 

Method Detail

getLength

double getLength(E e)


Copyright © 2009. All Rights Reserved.