public class AverageFilter extends ConvolveFilter
| Modifier and Type | Field and Description |
|---|---|
protected static float[] |
theMatrix
The convolution kernal for the averaging.
|
alpha, CLAMP_EDGES, kernel, premultiplyAlpha, WRAP_EDGES, ZERO_EDGES| Constructor and Description |
|---|
AverageFilter() |
| 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, stringToColorpublic java.lang.String toString()
toString in class ConvolveFilter