|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsamples.preview_new_graphdraw.Coordinates
samples.preview_new_graphdraw.VisVertex
samples.preview_new_graphdraw.iterablelayouts.SpringLayout.SpringVertex
protected static class SpringLayout.SpringVertex
Field Summary | |
---|---|
double |
dx
movement speed, x |
double |
dy
movement speed, y |
double |
edgedx
|
double |
edgedy
|
double |
repulsiondx
|
double |
repulsiondy
|
Fields inherited from class samples.preview_new_graphdraw.VisVertex |
---|
mVertex |
Fields inherited from class samples.preview_new_graphdraw.Coordinates |
---|
x, y |
Constructor Summary | |
---|---|
SpringLayout.SpringVertex(Vertex v,
double x,
double y)
|
Method Summary |
---|
Methods inherited from class samples.preview_new_graphdraw.VisVertex |
---|
copy, getSquareDistance, getVertex |
Methods inherited from class samples.preview_new_graphdraw.Coordinates |
---|
equals, getX, getY, hashCode, offset, scale, setX, setY |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double edgedx
public double edgedy
public double repulsiondx
public double repulsiondy
public double dx
public double dy
Constructor Detail |
---|
public SpringLayout.SpringVertex(Vertex v, double x, double y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |