edu.uci.ics.jung.graph.decorators
Interface EdgeColorFunction

All Known Implementing Classes:
ConstantEdgeColorFunction

Deprecated. Use EdgePaintFunction instead

public interface EdgeColorFunction

An interface for classes that return a Color given an Edge. Used by PluggableRenderer to specify the color in which to render each edge.


Method Summary
 Color getEdgeColor(Edge e)
          Deprecated.  
 

Method Detail

getEdgeColor

Color getEdgeColor(Edge e)
Deprecated.