Package org.geotools.processing.jai
Class TransparencyFillRIF
- Object
-
- TransparencyFillRIF
-
- All Implemented Interfaces:
RenderedImageFactory
public class TransparencyFillRIF extends Object implements RenderedImageFactory
- See Also:
TransparencyFillOpImage
-
-
Constructor Summary
Constructors Constructor Description TransparencyFillRIF()
Constructor.
-
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.
-
-
-
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 interfaceRenderedImageFactory
- Parameters:
paramBlock
- The source image and the dilation kernel.
-
-