Class PluggableRendererDemo.VertexFontTransformer<V>

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

private static final class PluggableRendererDemo.VertexFontTransformer<V> extends Object implements com.google.common.base.Function<V,Font>
  • Field Details

    • bold

      protected boolean bold
    • f

      Font f
    • b

      Font b
  • Constructor Details

    • VertexFontTransformer

      private VertexFontTransformer()
  • Method Details

    • setBold

      public void setBold(boolean bold)
    • apply

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