edu.uci.ics.jung.samples
Class ShortestPathDemo.MyEdgeStrokeFunction
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THIN
protected final Stroke THIN
THICK
protected final Stroke THICK
ShortestPathDemo.MyEdgeStrokeFunction
public ShortestPathDemo.MyEdgeStrokeFunction()
transform
public Stroke transform(Number e)
- Specified by:
transform
in interface org.apache.commons.collections15.Transformer<Number,Stroke>
Copyright © 2009. All Rights Reserved.