edu.uci.ics.jung.graph.decorators
Class NumberEdgeValueStringer

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

Author:
Joshua O'Madadhain

Field Summary
protected  NumberEdgeValue nev
           
protected static NumberFormat nf
           
 
Constructor Summary
NumberEdgeValueStringer(NumberEdgeValue nev)
           
 
Method Summary
 String getLabel(ArchetypeEdge e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nev

protected NumberEdgeValue nev

nf

protected static final NumberFormat nf
Constructor Detail

NumberEdgeValueStringer

public NumberEdgeValueStringer(NumberEdgeValue nev)
Method Detail

getLabel

public String getLabel(ArchetypeEdge e)
Specified by:
getLabel in interface EdgeStringer
See Also:
EdgeStringer.getLabel(ArchetypeEdge)