Class TransparencyFillRIF

  • All Implemented Interfaces:
    RenderedImageFactory

    public class TransparencyFillRIF
    extends Object
    implements RenderedImageFactory
    See Also:
    TransparencyFillOpImage
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RenderedImage create​(ParameterBlock paramBlock, RenderingHints renderHints)
      Create a new instance of TransparencyFillOpImage in the rendered layer.
      • Methods inherited from class Object

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

      • TransparencyFillRIF

        public TransparencyFillRIF()
        Constructor.
    • Method Detail

      • create

        public RenderedImage create​(ParameterBlock paramBlock,
                                    RenderingHints renderHints)
        Create a new instance of TransparencyFillOpImage in the rendered layer. This method satisfies the implementation of RIF.
        Specified by:
        create in interface RenderedImageFactory
        Parameters:
        paramBlock - The source image and the dilation kernel.