edu.uci.ics.jung.samples
Class ShortestPathDemo.MyVertexFillPaintFunction<V>

java.lang.Object
  extended by 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>


Constructor Summary
ShortestPathDemo.MyVertexFillPaintFunction()
           
 
Method Summary
 Paint transform(V v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortestPathDemo.MyVertexFillPaintFunction

public ShortestPathDemo.MyVertexFillPaintFunction()
Method Detail

transform

public Paint transform(V v)
Specified by:
transform in interface org.apache.commons.collections15.Transformer<V,Paint>


Copyright © 2009. All Rights Reserved.