edu.uci.ics.jung.visualization.decorators
Class ToStringLabeller
- java.lang.Object
-
- edu.uci.ics.jung.visualization.decorators.ToStringLabeller
-
- All Implemented Interfaces:
- com.google.common.base.Function<java.lang.Object,java.lang.String>
public class ToStringLabeller extends java.lang.Object implements com.google.common.base.Function<java.lang.Object,java.lang.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.
-
-
Constructor Summary
Constructors Constructor and Description ToStringLabeller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Stringapply(java.lang.Object o)
-
DataMelt 3.0 © DataMelt by jWork.ORG