Package prefuse.data.tree

Interface Summary
DeclarativeTree<N extends Node<?,?>,E extends Edge<?,?>> This is intended to be a lightweight means of defining a Tree across an existing Graph.
 

Class Summary
AbstractDeclarativeTree<N extends Node<N,E>,E extends Edge<N,E>> This is a base implementation for a declarative tree.
FilteredDeclarativeTree<N extends Node<N,E>,E extends Edge<N,E>> Allows a tree subset to be defined.
NodeBasedDeclarativeTree<N extends Node<N,E>,E extends Edge<N,E>> Implements a DeclarativeTree using the supplied node as the root node of the tree.
 



Copyright © 2008 Regents of the University of California