Class UnicodeLabelDemo.UnicodeVertexStringer<V>

java.lang.Object
edu.uci.ics.jung.samples.UnicodeLabelDemo.UnicodeVertexStringer<V>
All Implemented Interfaces:
com.google.common.base.Function<V,String>, Function<V,String>
Enclosing class:
UnicodeLabelDemo

class UnicodeLabelDemo.UnicodeVertexStringer<V> extends Object implements com.google.common.base.Function<V,String>
  • Field Details

  • Constructor Details

    • UnicodeVertexStringer

      public UnicodeVertexStringer(V[] vertices)
  • Method Details

    • getLabel

      public String getLabel(V v)
      See Also:
      • invalid reference
        edu.uci.ics.jung.graph.decorators.VertexStringer#getLabel(edu.uci.ics.jung.graph.Vertex)
    • apply

      public String apply(V input)
      Specified by:
      apply in interface com.google.common.base.Function<V,String>
      Specified by:
      apply in interface Function<V,String>