| java.lang.Object com.sun.media.jai.opimage.UnsharpMaskRIF
UnsharpMaskRIF | public class UnsharpMaskRIF implements RenderedImageFactory(Code) | | See Also: UnsharpMaskOpImage |
UnsharpMaskRIF | public UnsharpMaskRIF()(Code) | | Constructor.
|
create | public RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)(Code) | | Create a new instance of UnsharpMaskOpImage in the rendered layer.
This method satisfies the implementation of RIF.
Parameters: paramBlock - The source image, the unsharp mask kernel andthe gain factor. |
|
|