Class ToStringLabeller

java.lang.Object
edu.uci.ics.jung.visualization.decorators.ToStringLabeller
All Implemented Interfaces:
com.google.common.base.Function<Object,String>, Function<Object,String>

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.
  • Constructor Details

    • ToStringLabeller

      public ToStringLabeller()
  • Method Details