|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nwoods.jgo.layout.JGoLayeredDigraphAutoLayoutNodeData
Holds layered-digraph auto-layout specific data associated with each JGoNetworkNode in the JGoNetwork.
Field Summary | |
int |
column
column - the column to which the node is assigned; see initializeColumns() for details |
int |
component
component - the connected component to which the node is assigned; used by optimalLinkLengthLayering() and componentPack() |
int |
discover
discover - time of discovery in depth first search; used in depthFirstSearchCycleRemoval() |
int |
finish
finish - time of finishing in depth first search; used in depthFirstSearchCycleRemoval() |
int |
index
index - the index to which the node is assigned; see initializeIndices() for details |
int |
layer
layer - the layer to which the node is assigned; see layering() for details |
boolean |
valid
valid - a flag; used in greedyCycleRemoval() |
Constructor Summary | |
JGoLayeredDigraphAutoLayoutNodeData()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int layer
public int column
public int index
public boolean valid
public int discover
public int finish
public int component
Constructor Detail |
public JGoLayeredDigraphAutoLayoutNodeData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |