public class BlurFilter extends ConvolveFilter
| Modifier and Type | Field and Description |
|---|---|
protected static float[] |
blurMatrix
A 3x3 convolution kernel for a simple blur.
|
alpha, CLAMP_EDGES, kernel, premultiplyAlpha, WRAP_EDGES, ZERO_EDGES| Constructor and Description |
|---|
BlurFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
convolve, convolve, convolveH, convolveHV, convolveV, createCompatibleDestImage, filter, getBounds2D, getEdgeAction, getKernel, getPoint2D, getPremultiplyAlpha, getRenderingHints, getUseAlpha, setEdgeAction, setKernel, setPremultiplyAlpha, setUseAlphaclone, getRGB, setRGB, stringToColorprotected static float[] blurMatrix
public java.lang.String toString()
toString in class ConvolveFilter