|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nwoods.jgo.layout.JGoLayeredDigraphAutoLayoutLinkData
Holds layered-digraph auto-layout specific data associated with each JGoNetworkLink in the JGoNetwork.
Field Summary | |
boolean |
forest
forest - true if the link is part of depth first forest; used in depthFirstSearchCycleRemoval() |
int |
portFromColOffset
portFromColOffset - approximate column offset of the from port of the link from the from node column used in straightening |
int |
portFromPos
portFromPos - location of the port at the from node of the link; allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports |
int |
portToColOffset
portToColOffset - approximate column offset of the to port of the link from the to node column used in straightening |
int |
portToPos
portToPos - location of the port at the to node of the link; allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports |
boolean |
rev
rev - true if the link was reversed during cycle removal |
boolean |
valid
valid - true if the link is part of the proper digraph; see makeProper() for details |
Constructor Summary | |
JGoLayeredDigraphAutoLayoutLinkData()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean valid
public boolean rev
public boolean forest
public int portFromPos
public int portToPos
public int portFromColOffset
public int portToColOffset
Constructor Detail |
public JGoLayeredDigraphAutoLayoutLinkData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |