|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DepthFirst.Visitor | |
|---|---|
| infovis.metadata | Provides for Metadata management. |
| infovis.tree | Provides a set of classes related to visualization of trees. |
| infovis.tree.visualization | Provides trees visualizations. |
| infovis.tree.visualization.nodelink | Implements Node-Link diagram layouts for trees. |
| Uses of DepthFirst.Visitor in infovis.metadata |
|---|
| Classes in infovis.metadata that implement DepthFirst.Visitor | |
|---|---|
static class |
MinAggregation.DenseColumn
|
| Uses of DepthFirst.Visitor in infovis.tree |
|---|
| Classes in infovis.tree that implement DepthFirst.Visitor | |
|---|---|
class |
StructureChecker
Checks the integrity of a tree. |
| Methods in infovis.tree with parameters of type DepthFirst.Visitor | |
|---|---|
void |
DefaultTree.visit(DepthFirst.Visitor visitor)
Traverse the tree with a depth first traversal, calling the visitor at each node. |
void |
DefaultTree.visit(DepthFirst.Visitor visitor,
int root)
Traverse the tree with a depth first traversal, calling the visitor at each node from a specified root. |
static void |
DepthFirst.visit(Tree tree,
DepthFirst.Visitor visitor)
Traverse the tree starting at a node with a depth first traversal, calling the visitor at each node. |
static void |
DepthFirst.visit(Tree tree,
DepthFirst.Visitor visitor,
int node)
Traverse the tree starting at a node with a depth first traversal, calling the visitor at each node. |
| Uses of DepthFirst.Visitor in infovis.tree.visualization |
|---|
| Classes in infovis.tree.visualization that implement DepthFirst.Visitor | |
|---|---|
class |
RainbowColumn
Computes and maintain a rainbow color according to the leaves of a tree. |
| Uses of DepthFirst.Visitor in infovis.tree.visualization.nodelink |
|---|
| Classes in infovis.tree.visualization.nodelink that implement DepthFirst.Visitor | |
|---|---|
class |
SimpleTreeLayout
Simple algorithm for tree layout. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||