Class SpringLayout.SpringVertexData
java.lang.Object
edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
- Enclosing class:
SpringLayout<V,E>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doublemovement speed, xprotected doublemovement speed, yprotected doubleprotected doubleprotected doubleprotected double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
edgedx
protected double edgedx -
edgedy
protected double edgedy -
repulsiondx
protected double repulsiondx -
repulsiondy
protected double repulsiondy -
dx
protected double dxmovement speed, x -
dy
protected double dymovement speed, y
-
-
Constructor Details
-
SpringVertexData
protected SpringVertexData()
-