edu.uci.ics.jung.graph.decorators
Class NumberEdgeValueStringer
java.lang.Object
edu.uci.ics.jung.graph.decorators.NumberEdgeValueStringer
- All Implemented Interfaces:
- EdgeStringer
public class NumberEdgeValueStringer
- extends Object
- implements EdgeStringer
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 NumberEdgeValue nev
nf
protected static final NumberFormat nf
NumberEdgeValueStringer
public NumberEdgeValueStringer(NumberEdgeValue nev)
getLabel
public String getLabel(ArchetypeEdge e)
- Specified by:
getLabel
in interface EdgeStringer
- See Also:
EdgeStringer.getLabel(ArchetypeEdge)