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

java.lang.Object
  extended by edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
All Implemented Interfaces:
org.apache.commons.collections15.Transformer<Number,Stroke>
Enclosing class:
ShortestPathDemo

public class ShortestPathDemo.MyEdgeStrokeFunction
extends Object
implements org.apache.commons.collections15.Transformer<Number,Stroke>


Field Summary
protected  Stroke THICK
           
protected  Stroke THIN
           
 
Constructor Summary
ShortestPathDemo.MyEdgeStrokeFunction()
           
 
Method Summary
 Stroke transform(Number e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THIN

protected final Stroke THIN

THICK

protected final Stroke THICK
Constructor Detail

ShortestPathDemo.MyEdgeStrokeFunction

public ShortestPathDemo.MyEdgeStrokeFunction()
Method Detail

transform

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


Copyright © 2009. All Rights Reserved.