Uses of Class
prefuse.data.util.TraversalType

Packages that use TraversalType
prefuse.data.util Utility classes for supporting prefuse data structures, including indexes, iterables, filters, and column projections. 
 

Uses of TraversalType in prefuse.data.util
 

Fields in prefuse.data.util declared as TraversalType
protected  TraversalType BreadthFirstIterator.m_traversal
           
 

Methods in prefuse.data.util that return TraversalType
static TraversalType TraversalType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TraversalType[] TraversalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in prefuse.data.util with parameters of type TraversalType
 void BreadthFirstIterator.init(java.lang.Iterable<? extends Tuple<?>> o, int depth, TraversalType traversal)
          Initialize (or re-initialize) this iterator.
 

Constructors in prefuse.data.util with parameters of type TraversalType
BreadthFirstIterator(java.lang.Iterable<Tuple<?>> it, int depth, TraversalType traversal)
          Create a new BreadthFirstIterator starting from the given source nodes.
BreadthFirstIterator(Node<?,?> n, int depth, TraversalType traversal)
          Create a new BreadthFirstIterator starting from the given source node.
 



Copyright © 2008 Regents of the University of California