edu.uci.ics.jung.algorithms.layout
Class SpringLayout.SpringVertexData

java.lang.Object
  extended by edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
Enclosing class:
SpringLayout<V,E>

protected static class SpringLayout.SpringVertexData
extends Object


Field Summary
protected  double dx
          movement speed, x
protected  double dy
          movement speed, y
protected  double edgedx
           
protected  double edgedy
           
protected  double repulsiondx
           
protected  double repulsiondy
           
 
Constructor Summary
protected SpringLayout.SpringVertexData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edgedx

protected double edgedx

edgedy

protected double edgedy

repulsiondx

protected double repulsiondx

repulsiondy

protected double repulsiondy

dx

protected double dx
movement speed, x


dy

protected double dy
movement speed, y

Constructor Detail

SpringLayout.SpringVertexData

protected SpringLayout.SpringVertexData()


Copyright © 2009. All Rights Reserved.