edu.uci.ics.jung.samples
Class ShortestPathDemo.MyEdgePaintFunction
java.lang.Object
edu.uci.ics.jung.samples.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>
Copyright © 2009. All Rights Reserved.