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