edu.uci.ics.jung.algorithms.layout
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 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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SpringLayout.SpringVertexData
protected SpringLayout.SpringVertexData()
Copyright © 2009. All Rights Reserved.