Uses of Class
infovis.utils.IntStack

Packages that use IntStack
infovis.tree Provides a set of classes related to visualization of trees. 
 

Uses of IntStack in infovis.tree
 

Methods in infovis.tree with parameters of type IntStack
static void BreadthFirst.visit(Tree tree, BreadthFirst.Visitor visitor, int node, IntStack Q)
          Traverse the tree starting at a node with a breadth first traversal, calling the visitor at each node.
 



Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.