|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uci.ics.jung.visualization.AbstractLayout
edu.uci.ics.jung.visualization.ISOMLayout
Implements a self-organizing map layout algorithm, based on Meyer's self-organizing graph methods.
| Nested Class Summary | |
static class |
ISOMLayout.ISOMVertexData
|
| Constructor Summary | |
ISOMLayout(Graph g)
|
|
| Method Summary | |
void |
advancePositions()
Advances the current positions of the graph elements. |
java.lang.Object |
getIsomKey()
|
ISOMLayout.ISOMVertexData |
getISOMVertexData(Vertex v)
|
java.lang.String |
getStatus()
Returns the current number of epochs and execution status, as a string. |
boolean |
incrementsAreDone()
For now, we pretend it never finishes. |
boolean |
isIncremental()
This one is an incremental visualization. |
| Methods inherited from class edu.uci.ics.jung.visualization.AbstractLayout |
applyFilter, dontMove, forceMove, getBaseKey, getCoordinates, getCurrentSize, getEdge, getEdge, getGraph, getVertex, getVertex, getVisibleEdges, getVisibleVertices, getX, getY, initialize, lockVertex, resize, restart, unlockVertex |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ISOMLayout(Graph g)
| Method Detail |
public java.lang.Object getIsomKey()
public java.lang.String getStatus()
getStatus in interface LayoutgetStatus in class AbstractLayoutpublic void advancePositions()
advancePositions in interface LayoutadvancePositions in class AbstractLayoutLayout.advancePositions()public ISOMLayout.ISOMVertexData getISOMVertexData(Vertex v)
public boolean isIncremental()
true is the layout algorithm is incremental, false otherwisepublic boolean incrementsAreDone()
true is the increments are done, false otherwise
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||