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, unlockVertex
protected GraphElementAccessor elementAccessor
public ISOMLayout(Graph g)
public java.lang.Object getIsomKey()
public java.lang.String getStatus()
getStatus
in interface Layout
getStatus
in class AbstractLayout
protected void initialize_local()
AbstractLayout
initialize_local
in class AbstractLayout
protected void initialize_local_vertex(Vertex v)
initialize_local_vertex
in class AbstractLayout
AbstractLayout.initialize_local_vertex(edu.uci.ics.jung.graph.Vertex)
public void advancePositions()
advancePositions
in interface Layout
advancePositions
in class AbstractLayout
Layout.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