|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.touchgraph.graphlayout.graphelements.TGForEachNodePair
TGForEachNodePair: A dummy object for iterating through pairs of nodes
Constructor Summary | |
TGForEachNodePair()
|
Method Summary | |
void |
afterInnerLoop(Node n1)
|
void |
beforeInnerLoop(Node n1)
|
abstract void |
forEachNodePair(Node n1,
Node n2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TGForEachNodePair()
Method Detail |
public void beforeInnerLoop(Node n1)
public void afterInnerLoop(Node n1)
public abstract void forEachNodePair(Node n1, Node n2)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |