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


public interface EdgeColorFunction

An EdgeColorFunction returns a Color, given an Edge. Is used for SettableRenderer in order to allow a variety of colors to be chosen based on whatever the user wants to use.


Method Summary
 java.awt.Color getEdgeColor(Edge e)
           
 

Method Detail

getEdgeColor

public java.awt.Color getEdgeColor(Edge e)