samples.preview_new_graphdraw.iterablelayouts
Class SpringLayout.SpringEdge

java.lang.Object
  extended by samples.preview_new_graphdraw.VisEdge
      extended by samples.preview_new_graphdraw.iterablelayouts.SpringLayout.SpringEdge
Direct Known Subclasses:
CrookedSpringLayout.CrookedSpringEdge
Enclosing class:
SpringLayout

protected static class SpringLayout.SpringEdge
extends VisEdge


Field Summary
 double f
           
 
Fields inherited from class samples.preview_new_graphdraw.VisEdge
mBack, mEdge, mFront
 
Constructor Summary
SpringLayout.SpringEdge(Edge e, VisVertex v1, VisVertex v2)
           
 
Method Summary
 
Methods inherited from class samples.preview_new_graphdraw.VisEdge
copy, getBack, getEdge, getFront, getSquareDistance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

public double f
Constructor Detail

SpringLayout.SpringEdge

public SpringLayout.SpringEdge(Edge e,
                               VisVertex v1,
                               VisVertex v2)