Class GeneralFilterRIF

java.lang.Object
com.bc.ceres.jai.opimage.GeneralFilterRIF
All Implemented Interfaces:
RenderedImageFactory

public class GeneralFilterRIF extends Object implements RenderedImageFactory
See Also:
  • ConvolveDescriptor
  • Constructor Details

    • GeneralFilterRIF

      public GeneralFilterRIF()
      Constructor.
  • Method Details

    • create

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