|
JGraphLayout |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgraph.layout.organic.JGraphSelfOrganizingOrganicLayout
com.jgraph.layout.graph.JGraphISOMLayout
Nested Class Summary |
Nested classes inherited from class com.jgraph.layout.JGraphLayout |
JGraphLayout.Stoppable |
Field Summary |
Fields inherited from class com.jgraph.layout.organic.JGraphSelfOrganizingOrganicLayout |
adaption, bounds, cellLocation, coolingFactor, densityFactor, iteration, maxAdaption, maxIterationsMultiple, minAdaption, minRadius, narrowingInterval, neighbours, radius, randomX, randomY, stack, startRadius, totalIterations, vertexArray, vertexDistance, vertexVisited |
Fields inherited from interface com.jgraph.layout.JGraphLayout |
VERSION |
Constructor Summary | |
JGraphISOMLayout()
Deprecated. use JGraphSelfOrganizingOrganicLayout instead |
Method Summary | |
String |
toString()
Deprecated. Returns ISOM , the name of this algorithm. |
Methods inherited from class com.jgraph.layout.organic.JGraphSelfOrganizingOrganicLayout |
getCoolingFactor, getDensityFactor, getMaxAdaption, getMaxIterationsMultiple, getMinAdaption, getMinRadius, getStartRadius, run, setCoolingFactor, setDensityFactor, setMaxAdaption, setMaxIterationsMultiple, setMinAdaption, setMinRadius, setStartRadius, updateToRandomNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JGraphISOMLayout()
Method Detail |
public String toString()
ISOM
, the name of this algorithm.
toString
in class JGraphSelfOrganizingOrganicLayout
|
JGraphLayout |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |