java.lang.Object
edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl<V,S>
- All Implemented Interfaces:
com.google.common.base.Function<V,String>, Function<V,String>
- Enclosing class:
VertexImageShaperDemo
public static class VertexImageShaperDemo.VertexStringerImpl<V,S>
extends Object
implements com.google.common.base.Function<V,String>
A simple implementation of VertexStringer that
gets Vertex labels from a Map
-
Field Summary
Fields
(package private) boolean
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
-
-
Method Details
-
apply
- Specified by:
apply in interface com.google.common.base.Function<V,S>
- Specified by:
apply in interface Function<V,S>
-
isEnabled
public boolean isEnabled()
- Returns:
- Returns the enabled.
-
setEnabled
public void setEnabled(boolean enabled)
- Parameters:
enabled - The enabled to set.