Class SpringLayout.SpringVertexData
- java.lang.Object
-
- edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
-
- Enclosing class:
- SpringLayout<V,E>
protected static class SpringLayout.SpringVertexData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected double
dx
movement speed, xprotected double
dy
movement speed, yprotected double
edgedx
protected double
edgedy
protected double
repulsiondx
protected double
repulsiondy
-
Constructor Summary
Constructors Modifier Constructor Description protected
SpringVertexData()
-