java.lang.Object
edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight<V,E>
- All Implemented Interfaces:
com.google.common.base.Function<V,Stroke>
, Function<V,Stroke>
- Enclosing class:
PluggableRendererDemo
private static final class PluggableRendererDemo.VertexStrokeHighlight<V,E>
extends Object
implements com.google.common.base.Function<V,Stroke>
-
-
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
-
Field Details
-
highlight
protected boolean highlight
-
-
-
-
-
-
-
Method Details
-
setHighlight
public void setHighlight(boolean highlight)
-
apply
- Specified by:
apply
in interface com.google.common.base.Function<V,E>
- Specified by:
apply
in interface Function<V,E>