|
JGraphLayout |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgraph.layout.organic.JGraphFastOrganicLayout
com.jgraph.layout.graph.JGraphFRLayout
Nested Class Summary |
Nested classes inherited from class com.jgraph.layout.JGraphLayout |
JGraphLayout.Stoppable |
Field Summary |
Fields inherited from class com.jgraph.layout.organic.JGraphFastOrganicLayout |
cellLocation, dispX, dispY, forceConstant, forceConstantSquared, initialTemp, isMoveable, iteration, maxIterations, minDistanceLimit, minDistanceLimitSquared, neighbours, progress, radius, radiusSquared, temperature, vertexArray |
Fields inherited from interface com.jgraph.layout.JGraphLayout |
VERSION |
Constructor Summary | |
JGraphFRLayout()
Deprecated. use JGraphFastOrganicLayout instead |
Method Summary | |
String |
toString()
Deprecated. Returns FR , the name of this algorithm. |
Methods inherited from class com.jgraph.layout.organic.JGraphFastOrganicLayout |
calcAttraction, calcPositions, calcRepulsion, getForceConstant, getInitialTemp, getMaxIterations, getProgress, run, setForceConstant, setInitialTemp, setMaxIterations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JGraphFRLayout()
Method Detail |
public String toString()
FR
, the name of this algorithm.
toString
in class JGraphFastOrganicLayout
|
JGraphLayout |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |