Package | Description |
---|---|
prefuse |
The top-level Visualization and Display classes, as well as Constants
used throughout the toolkit.
|
prefuse.data |
Table, Graph, and Tree data structures for organizing data.
|
prefuse.data.io |
Input/output classes for reading and writing data from formatted files.
|
prefuse.util |
Utility classes for use by both the toolkit and applications, including
color and font support.
|
prefuse.util.ui |
Utility classes facilitating the generation and composition of user
interface components.
|
prefuse.visual |
Classes for representing and storing VisualItems.
|
Modifier and Type | Method and Description |
---|---|
VisualTree |
Visualization.addTree(java.lang.String group,
Tree tree)
Adds a tree to this visualization, using the given data group
name.
|
VisualTree |
Visualization.addTree(java.lang.String group,
Tree tree,
Predicate filter)
Adds a tree to this visualization, using the given data group
name.
|
VisualTree |
Visualization.addTree(java.lang.String group,
Tree tree,
Predicate filter,
Schema nodeSchema,
Schema edgeSchema)
Adds a tree to this visualization, using the given data group
name.
|
Modifier and Type | Class and Description |
---|---|
class |
SpanningTree
Special tree instance for storing a spanning tree over a graph
instance.
|
Modifier and Type | Method and Description |
---|---|
Tree |
Graph.getSpanningTree()
Return the current spanning tree over this graph.
|
Tree |
Tree.getSpanningTree()
Returns a spanning tree over this tree.
|
Tree |
Graph.getSpanningTree(Node root)
Returns a spanning tree rooted at the specified node.
|
Tree |
Tree.getSpanningTree(Node root)
Returns a spanning tree over this tree, rooted at the given root.
|
Modifier and Type | Method and Description |
---|---|
Tree |
TreeMLReader.TreeMLHandler.getTree() |
Modifier and Type | Method and Description |
---|---|
static Tree |
GraphLib.getBalancedTree(int breadth,
int depth)
Returns a balanced tree of the requested breadth and depth.
|
static Tree |
GraphLib.getDiamondTree(int b,
int d1,
int d2)
Create a diamond tree, with a given branching factor at
each level, and depth levels for the two main branches.
|
static Tree |
GraphLib.getLeftDeepTree(int depth)
Returns a left deep binary tree
|
static Tree |
GraphLib.getRightDeepTree(int depth)
Returns a right deep binary tree
|
Modifier and Type | Method and Description |
---|---|
Tree |
JPrefuseTree.getTree()
Return the backing Tree instance.
|
Modifier and Type | Method and Description |
---|---|
static javax.swing.JFrame |
JPrefuseTree.showTreeWindow(Tree t,
java.lang.String labelField)
Create a new window displaying the contents of the input Tree as
a Swing JTree.
|
Constructor and Description |
---|
JPrefuseTree(Tree t,
java.lang.String labelField)
Create a new JPrefuseTree.
|
Modifier and Type | Class and Description |
---|---|
class |
VisualTree
A visual abstraction of a tree data structure.
|
Copyright ? 2013 Regents of the University of California