Package edu.uci.ics.jung.samples
Class UnicodeLabelDemo.UnicodeVertexStringer<V>
- java.lang.Object
-
- edu.uci.ics.jung.samples.UnicodeLabelDemo.UnicodeVertexStringer<V>
-
- All Implemented Interfaces:
com.google.common.base.Function<V,java.lang.String>
,java.util.function.Function<V,java.lang.String>
- Enclosing class:
- UnicodeLabelDemo
class UnicodeLabelDemo.UnicodeVertexStringer<V> extends java.lang.Object implements com.google.common.base.Function<V,java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description UnicodeVertexStringer(V[] vertices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
apply(V input)
java.lang.String
getLabel(V v)
-