public class GraphISOMLayout
extends edu.uci.ics.jung.algorithms.layout.AbstractLayout
implements edu.uci.ics.jung.algorithms.util.IterativeContext
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphISOMLayout.ISOMVertexData |
| Modifier and Type | Field and Description |
|---|---|
protected edu.uci.ics.jung.algorithms.layout.GraphElementAccessor |
elementAccessor |
| Constructor and Description |
|---|
GraphISOMLayout(edu.uci.ics.jung.graph.Graph g) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
done()
For now, we pretend it never finishes.
|
GraphISOMLayout.ISOMVertexData |
getISOMVertexData(java.lang.Object v) |
java.lang.String |
getStatus()
Returns the current number of epochs and execution status, as a string.
|
void |
initialize() |
boolean |
isIncremental()
This one is an incremental visualization.
|
void |
reset() |
void |
step()
Advances the current positions of the graph elements.
|
protected edu.uci.ics.jung.algorithms.layout.GraphElementAccessor elementAccessor
public java.lang.String getStatus()
public void initialize()
initialize in interface edu.uci.ics.jung.algorithms.layout.Layoutpublic void step()
step in interface edu.uci.ics.jung.algorithms.util.IterativeContextpublic GraphISOMLayout.ISOMVertexData getISOMVertexData(java.lang.Object v)
public boolean isIncremental()
true is the layout algorithm is incremental,
false otherwisepublic boolean done()
done in interface edu.uci.ics.jung.algorithms.util.IterativeContexttrue is the increments are done,
false otherwisepublic void reset()
reset in interface edu.uci.ics.jung.algorithms.layout.Layout