net.sf.jomic.tools
Class ThresholdDifferenceBlurRIF
java.lang.Object
net.sf.jomic.tools.ThresholdDifferenceBlurRIF
- All Implemented Interfaces:
- RenderedImageFactory
public class ThresholdDifferenceBlurRIF
- extends Object
- implements RenderedImageFactory
- See Also:
ThresholdDifferenceBlurRIF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThresholdDifferenceBlurRIF
public ThresholdDifferenceBlurRIF()
- Constructor.
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.