Package infovis.tree

Provides a set of classes related to visualization of trees.

See:
          Description

Interface Summary
BreadthFirst.Visitor Class for traversing a tree breadth first.
DepthFirst.Visitor Class for traversing a tree depth first.
 

Class Summary
Algorithms  
BreadthFirst Breadth First traversal algorithm for trees.
Compare Compare two trees for equalities.
DefaultCellRenderer Cell rendered for trees.
DefaultTree Default implementation of the Tree interface.
DegreeColumn Computes and maintains the degree of a tree in a column.
DepthColumn Class DepthColumn
DepthFirst Depth First traversal algorithm for trees.
LeafCountColumn Class for computing and maintaining the number of leaves for each node in a tree.
StructureChecker Checks the integrity of a tree.
TreeAsGraph Class TreeAsGraph
TreeIntColumn Base class for columns computing topological values on a tree.
TreeProxy  
 

Package infovis.tree Description

Provides a set of classes related to visualization of trees.



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