Package | Description |
---|---|
prefuse.data |
Table, Graph, and Tree data structures for organizing data.
|
prefuse.data.tuple |
Implementing classes for data tuples, object proxies to a row of table
data.
|
prefuse.visual |
Classes for representing and storing VisualItems.
|
prefuse.visual.tuple |
Implementations of VisualItem types and backing TupleManager
instances.
|
Modifier and Type | Method and Description |
---|---|
Edge |
SpanningTree.addChildEdge(Node parent,
Node child)
Unsupported operation.
|
Edge |
Tree.addChildEdge(Node parent,
Node child)
Add a child edge between the given nodes.
|
Edge |
SpanningTree.addEdge(Node s,
Node t)
Unsupported operation.
|
Edge |
Graph.addEdge(Node s,
Node t)
Add an edge to the graph.
|
Edge |
Graph.getEdge(int e)
Get the Edge tuple instance corresponding to an edge id.
|
Edge |
Graph.getEdge(Node source,
Node target)
Get an Edge with given source and target Nodes.
|
Edge |
Node.getParentEdge()
Get the edge between this node and its parent node in a tree
structure.
|
Edge |
Tree.getParentEdge(Node n)
Get the edge to the given node's parent.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
Graph.edgeCheck(Edge e,
boolean throwException)
Internal method for checking the validity of an edge.
|
Node |
Graph.getAdjacentNode(Edge e,
Node n)
Given an Edge and an incident Node, return the other Node
connected to the edge.
|
Node |
Graph.getSourceNode(Edge e)
Get the source Node for the given Edge instance.
|
Node |
Graph.getTargetNode(Edge e)
Get the target Node for the given Edge instance.
|
boolean |
SpanningTree.removeChildEdge(Edge e)
Unsupported operation.
|
boolean |
Tree.removeChildEdge(Edge e)
Remove a child edge from the Tree.
|
boolean |
SpanningTree.removeEdge(Edge e)
Unsupported operation.
|
boolean |
Graph.removeEdge(Edge e)
Remove an edge from the graph.
|
Modifier and Type | Class and Description |
---|---|
class |
TableEdge
Edge implementation that reads Edge data from a backing edge table.
|
Modifier and Type | Method and Description |
---|---|
Edge |
TableNode.getParentEdge() |
Modifier and Type | Interface and Description |
---|---|
interface |
EdgeItem
VisualItem that represents an edge in a graph.
|
Modifier and Type | Class and Description |
---|---|
class |
TableEdgeItem
EdgeItem implementation that used data values from a backing
VisualTable of edges.
|
Modifier and Type | Method and Description |
---|---|
Edge |
TableNodeItem.getParentEdge() |
Copyright ? 2013 Regents of the University of California