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
filterListener
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, setUseAlpha
clone, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getMetaData, getRGB, setFilterListener, setRGB
protected static float[] blurMatrix
public String toString()
toString
in class ConvolveFilter
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.