samples.graph
Class ShortestPathDemo.MyEdgePaintFunction
java.lang.Object
samples.graph.ShortestPathDemo.MyEdgePaintFunction
- All Implemented Interfaces:
- org.apache.commons.collections15.Transformer<Number,Paint>
- Enclosing class:
- ShortestPathDemo
public class ShortestPathDemo.MyEdgePaintFunction
- extends Object
- implements org.apache.commons.collections15.Transformer<Number,Paint>
- 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()
transform
public Paint transform(Number e)
- Specified by:
transform in interface org.apache.commons.collections15.Transformer<Number,Paint>
- See Also:
edu.uci.ics.jung.graph.decorators.EdgePaintFunction#getDrawPaint(edu.uci.ics.jung.graph.Edge)
Copyright © 2007. All Rights Reserved.