edu.uci.ics.jung.visualization
Class EdgeColorToEdgePaintFunctionConverter
java.lang.Object
edu.uci.ics.jung.graph.decorators.AbstractEdgePaintFunction
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdgeColorToEdgePaintFunctionConverter
public EdgeColorToEdgePaintFunctionConverter(EdgeColorFunction ecf)
- Deprecated.
- Parameters:
ecf
-
getDrawPaint
public Paint getDrawPaint(Edge e)
- Deprecated.
- See Also:
EdgePaintFunction.getDrawPaint(edu.uci.ics.jung.graph.Edge)