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_EDGESfilterListener| Constructor and Description |
|---|
BlurFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
convolve, convolve, convolveH, convolveHV, convolveV, createCompatibleDestImage, filter, getBounds2D, getEdgeAction, getKernel, getPoint2D, getPremultiplyAlpha, getRenderingHints, getUseAlpha, setEdgeAction, setKernel, setPremultiplyAlpha, setUseAlphaclone, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getMetaData, getRGB, setFilterListener, setRGBprotected static float[] blurMatrix
public String toString()
toString in class ConvolveFilterCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.