public class ISOMLayout extends AbstractLayout
| Modifier and Type | Class and Description |
|---|---|
static class |
ISOMLayout.ISOMVertexData |
| Modifier and Type | Field and Description |
|---|---|
protected GraphElementAccessor |
elementAccessor |
changeSupport, vertex_locations| Constructor and Description |
|---|
ISOMLayout(Graph g) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected void |
initialize_local_vertex(Vertex v)
(non-Javadoc)
|
protected void |
initialize_local()
Initializes all local information, and is called immediately within the
initialize() process.
|
boolean |
isIncremental()
This one is an incremental visualization.
|
addChangeListener, applyFilter, dontMove, fireStateChanged, forceMove, getAVertex, getBaseKey, getChangeListeners, getCoordinates, getCurrentSize, getEdge, getEdge, getGraph, getLocation, getVertex, getVertex, getVertexIterator, getVisibleEdges, getVisibleGraph, getVisibleVertices, getX, getY, initialize, initialize, initializeLocation, initializeLocations, isLocked, lockVertex, offsetVertex, postInitialize, removeChangeListener, resize, restart, unlockVertexprotected GraphElementAccessor elementAccessor
public ISOMLayout(Graph g)
public java.lang.Object getIsomKey()
public java.lang.String getStatus()
getStatus in interface LayoutgetStatus in class AbstractLayoutprotected void initialize_local()
AbstractLayoutinitialize_local in class AbstractLayoutprotected void initialize_local_vertex(Vertex v)
initialize_local_vertex in class AbstractLayoutAbstractLayout.initialize_local_vertex(edu.uci.ics.jung.graph.Vertex)public 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