net.sf.jomic.tools
Class ThresholdBlurRIF

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

public class ThresholdBlurRIF
extends Object
implements RenderedImageFactory

See Also:
ThresholdBlurRIF

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

Constructor Detail

ThresholdBlurRIF

public ThresholdBlurRIF()
Constructor.

Method Detail

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.