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

java.lang.Object
  extended byedu.uci.ics.jung.graph.decorators.EdgeWeightLabellerStringer
All Implemented Interfaces:
EdgeStringer

public class EdgeWeightLabellerStringer
extends java.lang.Object
implements EdgeStringer

An EdgeStringer provides a string Label for any edge: the String is the Weight produced by the EdgeWeightLabeller that it takes as input.

Author:
danyelf

Constructor Summary
EdgeWeightLabellerStringer(EdgeWeightLabeller ewl)
           
 
Method Summary
 java.lang.String getLabel(Edge e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeWeightLabellerStringer

public EdgeWeightLabellerStringer(EdgeWeightLabeller ewl)
Method Detail

getLabel

public java.lang.String getLabel(Edge e)
Specified by:
getLabel in interface EdgeStringer
See Also:
EdgeStringer.getLabel(edu.uci.ics.jung.graph.Edge)