samples.graph
Class ShortestPathDemo.MyEdgePaintFunction
java.lang.Object
edu.uci.ics.jung.graph.decorators.AbstractEdgePaintFunction
samples.graph.ShortestPathDemo.MyEdgePaintFunction
- All Implemented Interfaces:
- EdgePaintFunction
- Enclosing class:
- ShortestPathDemo
public class ShortestPathDemo.MyEdgePaintFunction
- extends AbstractEdgePaintFunction
- Author:
- danyelf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortestPathDemo.MyEdgePaintFunction
public ShortestPathDemo.MyEdgePaintFunction()
getDrawPaint
public Paint getDrawPaint(Edge e)
- See Also:
EdgePaintFunction.getDrawPaint(edu.uci.ics.jung.graph.Edge)