edu.uci.ics.jung.visualization
Class EdgeColorToEdgePaintFunctionConverter

java.lang.Object
  extended by edu.uci.ics.jung.graph.decorators.AbstractEdgePaintFunction
      extended by edu.uci.ics.jung.visualization.EdgeColorToEdgePaintFunctionConverter
All Implemented Interfaces:
EdgePaintFunction

Deprecated. This utility class converts an EdgeColorFunction into an EdgePaintFunction

public class EdgeColorToEdgePaintFunctionConverter
extends AbstractEdgePaintFunction

Author:
danyelf

Field Summary
 
Fields inherited from interface edu.uci.ics.jung.graph.decorators.EdgePaintFunction
TRANSPARENT
 
Constructor Summary
EdgeColorToEdgePaintFunctionConverter(EdgeColorFunction ecf)
          Deprecated.  
 
Method Summary
 Paint getDrawPaint(Edge e)
          Deprecated.  
 
Methods inherited from class edu.uci.ics.jung.graph.decorators.AbstractEdgePaintFunction
getFillPaint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeColorToEdgePaintFunctionConverter

public EdgeColorToEdgePaintFunctionConverter(EdgeColorFunction ecf)
Deprecated. 
Parameters:
ecf -
Method Detail

getDrawPaint

public Paint getDrawPaint(Edge e)
Deprecated. 
See Also:
EdgePaintFunction.getDrawPaint(edu.uci.ics.jung.graph.Edge)