net.sf.jomic.tools
Class ThresholdDifferenceBlurRIF

java.lang.Object
  extended by net.sf.jomic.tools.ThresholdDifferenceBlurRIF
All Implemented Interfaces:
RenderedImageFactory

public class ThresholdDifferenceBlurRIF
extends Object
implements RenderedImageFactory

See Also:
ThresholdDifferenceBlurRIF

Constructor Summary
ThresholdDifferenceBlurRIF()
          Constructor.
 
Method Summary
 RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)
          Create a new instance of ThresholdDifferenceBlurOpImage in the rendered layer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThresholdDifferenceBlurRIF

public ThresholdDifferenceBlurRIF()
Constructor.

Method Detail

create

public RenderedImage create(ParameterBlock paramBlock,
                            RenderingHints renderHints)
Create a new instance of ThresholdDifferenceBlurOpImage in the rendered layer. This method satisfies the implementation of RIF.

Specified by:
create in interface RenderedImageFactory
Parameters:
paramBlock - The source image and the ThresholdDifferenceBlur kernel.