Class ToStringLabeller
java.lang.Object
edu.uci.ics.jung.visualization.decorators.ToStringLabeller
public class ToStringLabeller
extends Object
implements com.google.common.base.Function<Object,String>
Labels vertices by their toString. This class functions as a drop-in
replacement for the default StringLabeller method. This class does not
guarantee unique labels; or even consistent ones.
- Author:
- danyelf
-
Constructor Details
-
ToStringLabeller
public ToStringLabeller()
-
-
Method Details
-
apply
-