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

java.lang.Object
  extended by edu.uci.ics.jung.graph.decorators.NumberVertexValueStringer
All Implemented Interfaces:
VertexStringer

public class NumberVertexValueStringer
extends Object
implements VertexStringer

Returns the values specified by a NumberVertexValue instance as Strings.

Author:
Joshua O'Madadhain

Field Summary
protected static NumberFormat nf
           
protected  NumberVertexValue nvv
           
 
Constructor Summary
NumberVertexValueStringer(NumberVertexValue nev)
           
 
Method Summary
 String getLabel(ArchetypeVertex v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nvv

protected NumberVertexValue nvv

nf

protected static final NumberFormat nf
Constructor Detail

NumberVertexValueStringer

public NumberVertexValueStringer(NumberVertexValue nev)
Method Detail

getLabel

public String getLabel(ArchetypeVertex v)
Specified by:
getLabel in interface VertexStringer
See Also:
EdgeStringer.getLabel(ArchetypeEdge)