Class PluggableRendererDemo.SeedFillColor<V>

  • All Implemented Interfaces:
    com.google.common.base.Function<V,​java.awt.Paint>, java.util.function.Function<V,​java.awt.Paint>
    Enclosing class:
    PluggableRendererDemo

    private final class PluggableRendererDemo.SeedFillColor<V>
    extends java.lang.Object
    implements com.google.common.base.Function<V,​java.awt.Paint>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Paint apply​(V v)  
      void setSeedColoring​(boolean b)  
      • 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
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • SeedFillColor

        public SeedFillColor​(PickedInfo<V> pi)
    • Method Detail

      • setSeedColoring

        public void setSeedColoring​(boolean b)
      • apply

        public java.awt.Paint apply​(V v)
        Specified by:
        apply in interface com.google.common.base.Function<V,​java.awt.Paint>
        Specified by:
        apply in interface java.util.function.Function<V,​java.awt.Paint>