edu.uci.ics.jung.samples
Class ShortestPathDemo.MyEdgePaintFunction

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

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

Constructor Detail

ShortestPathDemo.MyEdgePaintFunction

public ShortestPathDemo.MyEdgePaintFunction()
Method Detail

transform

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


Copyright © 2009. All Rights Reserved.