Uses of Interface
edu.uci.ics.jung.graph.decorators.EdgeArrowFunction

Packages that use EdgeArrowFunction
edu.uci.ics.jung.graph.decorators Provides mechanisms for annotating nodes consistently with useful information. 
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
edu.uci.ics.jung.visualization.transform.shape   
 

Uses of EdgeArrowFunction in edu.uci.ics.jung.graph.decorators
 

Classes in edu.uci.ics.jung.graph.decorators that implement EdgeArrowFunction
 class DirectionalEdgeArrowFunction
          Returns wedge arrows for undirected edges and notched arrows for directed edges, of the specified dimensions.
 

Uses of EdgeArrowFunction in edu.uci.ics.jung.visualization
 

Fields in edu.uci.ics.jung.visualization declared as EdgeArrowFunction
protected  EdgeArrowFunction PluggableRenderer.edgeArrowFunction
           
 

Methods in edu.uci.ics.jung.visualization that return EdgeArrowFunction
 EdgeArrowFunction PluggableRenderer.getEdgeArrowFunction()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type EdgeArrowFunction
 void PluggableRenderer.setEdgeArrowFunction(EdgeArrowFunction eaf)
          Sets the EdgeArrowFunction that specifies the Shape of the arrowheads for each edge.
 

Uses of EdgeArrowFunction in edu.uci.ics.jung.visualization.transform.shape
 

Methods in edu.uci.ics.jung.visualization.transform.shape that return EdgeArrowFunction
 EdgeArrowFunction PluggableRendererDecorator.getEdgeArrowFunction()
           
 

Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type EdgeArrowFunction
 void PluggableRendererDecorator.setEdgeArrowFunction(EdgeArrowFunction eaf)