|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectginy.util.Abstract3DLayout
giny.util.ISOM3DLayout
| Nested Class Summary | |
static class |
ISOM3DLayout.ISOMVertexData
|
| Field Summary |
| Fields inherited from class giny.util.Abstract3DLayout |
currentSize, graphView, staticNodes |
| Constructor Summary | |
ISOM3DLayout(GraphView view)
|
|
| Method Summary | |
void |
advancePositions()
Advances the current positions of the graph elements. |
void |
doLayout()
|
ISOM3DLayout.ISOMVertexData |
getISOMVertexData(int v)
|
ISOM3DLayout.ISOMVertexData |
getISOMVertexData(NodeView 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_node_view(NodeView v)
Initializes the local information on a single vertex. |
protected void |
initialize_local()
Initializes all local information, and is called immediately within the initialize() process. |
boolean |
isIncremental()
This one is an incremental visualization. |
| Methods inherited from class giny.util.Abstract3DLayout |
dontMove, forceMove, getCurrentSize, getNodeView, initialize, initializeLocation, initializeLocations, lockVertex, resize, restart, unlockVertex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ISOM3DLayout(GraphView view)
| Method Detail |
public void doLayout()
doLayout in class Abstract3DLayoutpublic java.lang.String getStatus()
getStatus in class Abstract3DLayoutprotected void initialize_local()
Abstract3DLayout
initialize_local in class Abstract3DLayoutprotected void initialize_local_node_view(NodeView v)
Abstract3DLayout
initialize_local_node_view in class Abstract3DLayoutpublic void advancePositions()
advancePositions in class Abstract3DLayoutLayout#advancePositions()public ISOM3DLayout.ISOMVertexData getISOMVertexData(NodeView v)
public ISOM3DLayout.ISOMVertexData getISOMVertexData(int 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 | ||||||||||