Package com.jhlabs.image
Class HighPassFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.ConvolveFilter
com.jhlabs.image.GaussianFilter
com.jhlabs.image.HighPassFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
A filter which adds Gaussian blur to an image, producing a glowing effect.
-
Field Summary
Fields inherited from class com.jhlabs.image.GaussianFilter
kernel, radius
Fields inherited from class com.jhlabs.image.ConvolveFilter
alpha, CLAMP_EDGES, premultiplyAlpha, WRAP_EDGES, ZERO_EDGES
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jhlabs.image.GaussianFilter
convolveAndTranspose, getRadius, makeKernel, setRadius
Methods inherited from class com.jhlabs.image.ConvolveFilter
convolve, convolve, convolveH, convolveHV, convolveV, createCompatibleDestImage, getBounds2D, getEdgeAction, getKernel, getPoint2D, getPremultiplyAlpha, getRenderingHints, getUseAlpha, setEdgeAction, setKernel, setPremultiplyAlpha, setUseAlpha
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, getRGB, setRGB
-
Constructor Details
-
HighPassFilter
public HighPassFilter()
-
-
Method Details
-
filter
- Specified by:
filter
in interfaceBufferedImageOp
- Overrides:
filter
in classGaussianFilter
-
toString
- Overrides:
toString
in classGaussianFilter
-