Uses of Interface
prefuse.visual.EdgeItem

Packages that use EdgeItem
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.render Interfaces and modules for rendering VisualItems into a graphics context. 
prefuse.visual Classes for representing and storing VisualItems. 
prefuse.visual.tuple Implementations of VisualItem types and backing TupleManager instances. 
 

Uses of EdgeItem in prefuse.action.layout.graph
 

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

Methods in prefuse.action.layout.graph with parameters of type EdgeItem
 void FruchtermanReingoldLayout.calcAttraction(EdgeItem<?,?> e)
           
protected  float ForceDirectedLayout.getSpringCoefficient(EdgeItem<?,?> e)
          Get the spring coefficient for the given edge, which controls the tension or strength of the spring.
protected  float ForceDirectedLayout.getSpringLength(EdgeItem<?,?> e)
          Get the spring length for the given edge.
 

Method parameters in prefuse.action.layout.graph with type arguments of type EdgeItem
 void FruchtermanReingoldLayout.calcRepulsion(Graph<?,? extends NodeItem<?,?>,? extends EdgeItem<?,?>> g, NodeItem<?,?> n1)
           
 void DeclarativeTreeLayout.setTree(DeclarativeTree<NodeItem<?,?>,EdgeItem<?,?>> tree)
           
 

Uses of EdgeItem in prefuse.controls
 

Methods in prefuse.controls with type parameters of type EdgeItem
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 EdgeItem in prefuse.render
 

Methods in prefuse.render with parameters of type EdgeItem
protected  void EdgeRenderer.getCurveControlPoints(EdgeItem<?,?> eitem, java.awt.geom.Point2D[] cp, double x1, double y1, double x2, double y2)
          Determines the control points to use for cubic (Bezier) curve edges.
 

Uses of EdgeItem in prefuse.visual
 

Classes in prefuse.visual with type parameters of type EdgeItem
 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 EdgeItem in prefuse.visual.tuple
 

Classes in prefuse.visual.tuple that implement EdgeItem
 class TableEdgeItem
          EdgeItem implementation that used data values from a backing VisualTable of edges.
 



Copyright © 2008 Regents of the University of California