protected static class SpringLayout.SpringVertex extends VisVertex
| Modifier and Type | Field and Description |
|---|---|
double |
dx
movement speed, x
|
double |
dy
movement speed, y
|
double |
edgedx |
double |
edgedy |
double |
repulsiondx |
double |
repulsiondy |
x, y| Constructor and Description |
|---|
SpringLayout.SpringVertex(Vertex v,
double x,
double y) |
public double edgedx
public double edgedy
public double repulsiondx
public double repulsiondy
public double dx
public double dy
public SpringLayout.SpringVertex(Vertex v, double x, double y)