com.touchgraph.graphlayout.graphelements
Class TGForEachNodePair

java.lang.Object
  extended by com.touchgraph.graphlayout.graphelements.TGForEachNodePair

public abstract class TGForEachNodePair
extends Object

TGForEachNodePair: A dummy object for iterating through pairs of nodes

Version:
1.21 $Id: TGForEachNodePair.java,v 3.0 2004/07/24 13:21:18 altheim Exp $
Author:
Alexander Shapiro

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

TGForEachNodePair

public TGForEachNodePair()
Method Detail

beforeInnerLoop

public void beforeInnerLoop(Node n1)

afterInnerLoop

public void afterInnerLoop(Node n1)

forEachNodePair

public abstract void forEachNodePair(Node n1,
                                     Node n2)


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.