Class ColorReductionCRIF

  • All Implemented Interfaces:
    ContextualRenderedImageFactory, RenderedImageFactory

    public class ColorReductionCRIF
    extends CRIFImpl
    • Field Summary

      • Fields inherited from class CRIFImpl

        operationName
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RenderedImage create​(ParameterBlock pb, RenderingHints hints)  
      • Methods inherited from class CRIFImpl

        create, getBounds2D, getProperty, getPropertyNames, isDynamic, mapRenderContext
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColorReductionCRIF

        public ColorReductionCRIF()
    • Method Detail

      • create

        public RenderedImage create​(ParameterBlock pb,
                                    RenderingHints hints)
        Specified by:
        create in interface RenderedImageFactory
        Specified by:
        create in class CRIFImpl