edu.uci.ics.jung.graph.decorators
Class NumberVertexValueStringer
java.lang.Object
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 String
s.
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nvv
protected NumberVertexValue nvv
nf
protected static final NumberFormat nf
NumberVertexValueStringer
public NumberVertexValueStringer(NumberVertexValue nev)
getLabel
public String getLabel(ArchetypeVertex v)
- Specified by:
getLabel
in interface VertexStringer
- See Also:
EdgeStringer.getLabel(ArchetypeEdge)