|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.linkmap.layout.SpringLayoutManager.VertexAttribute
public static class SpringLayoutManager.VertexAttribute
| Field Summary | |
|---|---|
double |
charge
The charge of the represented vertex. |
boolean |
fixated
Indicates whether the represented vertex is allowed to move at all. |
double |
forceX
The total force acting upon the represented vertex in the x direction. |
double |
forceY
The total force acting upon the represented vertex in the y direction. |
double |
mass
The mass of the represented vertex. |
double |
prevForceX
The total force acting upon the represented vertex in the x direction during the previous iteration. |
double |
prevForceY
The total force acting upon the represented vertex in the y direction during the previous iteration. |
Vertex |
vertex
The vertex represented by this attribute. |
double |
x
The x coordinate of this attribute. |
double |
y
The y coordinate of this attribute. |
| Constructor Summary | |
|---|---|
SpringLayoutManager.VertexAttribute(Vertex vertex)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Vertex vertex
public double x
public double y
public double mass
public double charge
public double forceX
public double forceY
public boolean fixated
public double prevForceX
public double prevForceY
| Constructor Detail |
|---|
public SpringLayoutManager.VertexAttribute(Vertex vertex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||