com.jhlabs.image

Class SharpenFilter

Implemented Interfaces:
BufferedImageOp, Cloneable

public class SharpenFilter
extends ConvolveFilter

A filter which performs a simple 3x3 sharpening operation.

Field Summary

Fields inherited from class com.jhlabs.image.ConvolveFilter

CLAMP_EDGES, WRAP_EDGES, ZERO_EDGES, alpha, kernel, premultiplyAlpha

Constructor Summary

SharpenFilter()

Method Summary

String
toString()

Methods inherited from class com.jhlabs.image.ConvolveFilter

convolve, convolve, convolveH, convolveHV, convolveV, createCompatibleDestImage, filter, getBounds2D, getEdgeAction, getKernel, getPoint2D, getPremultiplyAlpha, getRenderingHints, getUseAlpha, setEdgeAction, setKernel, setPremultiplyAlpha, setUseAlpha, toString

Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp

clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRGB, getRenderingHints, setRGB

Constructor Details

SharpenFilter

public SharpenFilter()

Method Details

toString

public String toString()
Overrides:
toString in interface ConvolveFilter