Uses of Interface
edu.uci.ics.jung.visualization.graphdraw.EdgeColorFunction

Packages that use EdgeColorFunction
edu.uci.ics.jung.visualization   
edu.uci.ics.jung.visualization.graphdraw   
 

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

Methods in edu.uci.ics.jung.visualization with parameters of type EdgeColorFunction
 void GraphDraw.setEdgeColorFunction(EdgeColorFunction ecf)
          A passthrough to the function at originalRenderer.
 

Uses of EdgeColorFunction in edu.uci.ics.jung.visualization.graphdraw
 

Methods in edu.uci.ics.jung.visualization.graphdraw with parameters of type EdgeColorFunction
 void SettableRenderer.setEdgeColorFunction(EdgeColorFunction ecf)
          Edges are drawn by calling EdgeColorFunction with the edge, to decide how it is to be drawn.