edu.uci.ics.jung.samples
Class ShortestPathDemo.MyVertexFillPaintFunction<V>
java.lang.Object
edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexFillPaintFunction<V>
- All Implemented Interfaces:
- org.apache.commons.collections15.Transformer<V,Paint>
- Enclosing class:
- ShortestPathDemo
public class ShortestPathDemo.MyVertexFillPaintFunction<V>
- extends Object
- implements org.apache.commons.collections15.Transformer<V,Paint>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortestPathDemo.MyVertexFillPaintFunction
public ShortestPathDemo.MyVertexFillPaintFunction()
transform
public Paint transform(V v)
- Specified by:
transform
in interface org.apache.commons.collections15.Transformer<V,Paint>
Copyright © 2009. All Rights Reserved.