Class SpringLayout.SpringVertexData
java.lang.Object
edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
- Enclosing class:
SpringLayout<V,
E>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected double
movement speed, xprotected double
movement speed, yprotected double
protected double
protected double
protected 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()
-