Package | Description |
---|---|
prefuse.action.layout.graph |
Action modules for computing the layout of graph or tree structured data.
|
prefuse.controls |
Control modules for incorporating interaction in prefuse Displays.
|
prefuse.visual |
Classes for representing and storing VisualItems.
|
prefuse.visual.tuple |
Implementations of VisualItem types and backing TupleManager
instances.
|
Modifier and Type | Field and Description |
---|---|
protected NodeItem |
RadialTreeLayout.m_prevRoot |
protected NodeItem |
TreeLayout.m_root |
Modifier and Type | Method and Description |
---|---|
NodeItem |
TreeLayout.getLayoutRoot()
Return the NodeItem to use as the root for this tree layout.
|
Modifier and Type | Method and Description |
---|---|
void |
FruchtermanReingoldLayout.calcPositions(NodeItem n,
java.awt.geom.Rectangle2D b) |
void |
FruchtermanReingoldLayout.calcRepulsion(Graph g,
NodeItem n1) |
void |
NodeLinkTreeLayout.Params.init(NodeItem item) |
protected void |
RadialTreeLayout.layout(NodeItem n,
double r,
double theta1,
double theta2)
Compute the layout.
|
void |
TreeLayout.setLayoutRoot(NodeItem root)
Explicitly set the node to use as the layout root.
|
protected void |
RadialTreeLayout.setPolarLocation(NodeItem n,
NodeItem p,
double r,
double t)
Set the position of the given node, given in polar co-ordinates.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NeighborHighlightControl.setNeighborHighlight(NodeItem n,
boolean state)
Set the highlighted state of the neighbors of a node.
|
Modifier and Type | Method and Description |
---|---|
NodeItem |
EdgeItem.getAdjacentItem(NodeItem n)
Get the NodeItem connected to the given NodeItem by this edge.
|
NodeItem |
EdgeItem.getSourceItem()
Get the first, or source, NodeItem upon which this edge is incident.
|
NodeItem |
EdgeItem.getTargetItem()
Get the second, or target, NodeItem upon which this edge is incident.
|
Modifier and Type | Method and Description |
---|---|
NodeItem |
EdgeItem.getAdjacentItem(NodeItem n)
Get the NodeItem connected to the given NodeItem by this edge.
|
Modifier and Type | Class and Description |
---|---|
class |
TableNodeItem
NodeItem implementation that used data values from a backing
VisualTable of nodes.
|
Modifier and Type | Method and Description |
---|---|
NodeItem |
TableEdgeItem.getAdjacentItem(NodeItem n) |
NodeItem |
TableEdgeItem.getSourceItem() |
NodeItem |
TableEdgeItem.getTargetItem() |
Modifier and Type | Method and Description |
---|---|
NodeItem |
TableEdgeItem.getAdjacentItem(NodeItem n) |
Copyright ? 2013 Regents of the University of California