net.sf.jomic.tools
Class ThresholdBlurRIF
java.lang.Object
net.sf.jomic.tools.ThresholdBlurRIF
- All Implemented Interfaces:
- RenderedImageFactory
public class ThresholdBlurRIF
- extends Object
- implements RenderedImageFactory
- See Also:
ThresholdBlurRIF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThresholdBlurRIF
public ThresholdBlurRIF()
- Constructor.
create
public RenderedImage create(ParameterBlock paramBlock,
RenderingHints renderHints)
- Create a new instance of ThresholdBlurOpImage 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.