Uses of Interface
prefuse.visual.NodeItem

Packages that use NodeItem
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. 
 

Uses of NodeItem in prefuse.action.layout.graph
 

Fields in prefuse.action.layout.graph declared as NodeItem
protected  NodeItem<?,?> RadialTreeLayout.m_prevRoot
           
protected  NodeItem<?,?> TreeLayout.m_root
           
 

Methods in prefuse.action.layout.graph that return NodeItem
 NodeItem<?,?> TreeLayout.getLayoutRoot()
          Return the NodeItem to use as the root for this tree layout.
 

Methods in prefuse.action.layout.graph that return types with arguments of type NodeItem
 DeclarativeTree<NodeItem<?,?>,EdgeItem<?,?>> DeclarativeTreeLayout.getTree()
           
 

Methods in prefuse.action.layout.graph with parameters of type NodeItem
 void FruchtermanReingoldLayout.calcPositions(NodeItem<?,?> n, java.awt.geom.Rectangle2D b)
           
 void FruchtermanReingoldLayout.calcRepulsion(Graph<?,? extends NodeItem<?,?>,? extends EdgeItem<?,?>> 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.
protected  void RadialTreeLayout.setPolarLocation(NodeItem<?,?> n, NodeItem<?,?> p, double r, double t)
          Set the position of the given node, given in polar co-ordinates.
 

Method parameters in prefuse.action.layout.graph with type arguments of type NodeItem
 void FruchtermanReingoldLayout.calcRepulsion(Graph<?,? extends NodeItem<?,?>,? extends EdgeItem<?,?>> g, NodeItem<?,?> n1)
           
protected  void MultiEdgePositioningLayout.getMidPoint(java.awt.geom.Point2D p, ObjectPair<? extends NodeItem<?,?>> pair)
           
protected  PolarLine2D MultiEdgePositioningLayout.getPolarLine(ObjectPair<? extends NodeItem<?,?>> pair)
           
 void DeclarativeTreeLayout.setTree(DeclarativeTree<NodeItem<?,?>,EdgeItem<?,?>> tree)
           
 

Uses of NodeItem in prefuse.controls
 

Methods in prefuse.controls with type parameters of type NodeItem
protected
<N extends NodeItem<N,E>,E extends EdgeItem<N,E>>
void
NeighborHighlightControl.setNeighborHighlight(N n, boolean state)
          Set the highlighted state of the neighbors of a node.
 

Uses of NodeItem in prefuse.visual
 

Classes in prefuse.visual with type parameters of type NodeItem
 interface EdgeItem<N extends NodeItem<N,E>,E extends EdgeItem<N,E>>
          VisualItem that represents an edge in a graph.
 interface NodeItem<N extends NodeItem<N,E>,E extends EdgeItem<N,E>>
          VisualItem that represents a node in a graph.
 class VisualGraph<T extends VisualItem<?>,N extends NodeItem<N,E>,E extends EdgeItem<N,E>>
          A visual abstraction of a graph data structure.
 class VisualTree<T extends VisualItem<?>,N extends NodeItem<N,E>,E extends EdgeItem<N,E>>
          A visual abstraction of a tree data structure.
 

Uses of NodeItem in prefuse.visual.tuple
 

Classes in prefuse.visual.tuple that implement NodeItem
 class TableNodeItem
          NodeItem implementation that used data values from a backing VisualTable of nodes.
 



Copyright © 2008 Regents of the University of California