com.touchgraph.graphlayout.graphelements
Class TGForEachNodePair
java.lang.Object
com.touchgraph.graphlayout.graphelements.TGForEachNodePair
public abstract class TGForEachNodePair
- extends Object
TGForEachNodePair: A dummy object for iterating through pairs of nodes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TGForEachNodePair
public TGForEachNodePair()
beforeInnerLoop
public void beforeInnerLoop(Node n1)
afterInnerLoop
public void afterInnerLoop(Node n1)
forEachNodePair
public abstract void forEachNodePair(Node n1,
Node n2)