Uses of Interface
infovis.tree.BreadthFirst.Visitor

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

Uses of BreadthFirst.Visitor in infovis.tree
 

Methods in infovis.tree with parameters of type BreadthFirst.Visitor
 void DefaultTree.visit(BreadthFirst.Visitor visitor)
          Traverse the tree with a depth first traversal, calling the visitor at each node.
static void BreadthFirst.visit(Tree tree, BreadthFirst.Visitor visitor, int node)
           
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.