edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements
Class TGForEachNode

java.lang.Object
  extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements.TGForEachNode

public abstract class TGForEachNode
extends java.lang.Object

TGForEachNode: A dummy object for iterating through nodes

Version:
1.22-jre1.1 $Id: TGForEachNode.java,v 1.1 2010/01/20 20:38:32 jiecui Exp $
Author:
Alexander Shapiro

Constructor Summary
TGForEachNode()
           
 
Method Summary
abstract  void forEachNode(Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGForEachNode

public TGForEachNode()
Method Detail

forEachNode

public abstract void forEachNode(Node n)