edu.uci.ics.jung.visualization.decorators
Class NumberEdgeValueStringer<E>
java.lang.Object
edu.uci.ics.jung.visualization.decorators.NumberEdgeValueStringer<E>
public class NumberEdgeValueStringer<E>
- extends Object
Returns the values specified by a NumberEdgeValue
instance as String
s.
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nev
protected Map<E,Number> nev
nf
protected static final NumberFormat nf
NumberEdgeValueStringer
public NumberEdgeValueStringer(Map<E,Number> nev)
transform
public String transform(E e)
Copyright © 2008 null. All Rights Reserved.