com.jhlabs.image
Class BlurFilter

java.lang.Object
  extended by com.jhlabs.image.AbstractBufferedImageOp
      extended by com.jhlabs.image.ConvolveFilter
          extended by com.jhlabs.image.BlurFilter
All Implemented Interfaces:
java.awt.image.BufferedImageOp, java.lang.Cloneable

public class BlurFilter
extends ConvolveFilter

A simple blur filter. You should probably use BoxBlurFilter instead.


Field Summary
protected static float[] blurMatrix
           
 
Fields inherited from class com.jhlabs.image.ConvolveFilter
alpha, CLAMP_EDGES, kernel, WRAP_EDGES, ZERO_EDGES
 
Constructor Summary
BlurFilter()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.jhlabs.image.ConvolveFilter
convolve, convolve, convolveH, convolveHV, convolveV, createCompatibleDestImage, filter, getBounds2D, getEdgeAction, getKernel, getPoint2D, getRenderingHints, getUseAlpha, setEdgeAction, setKernel, setUseAlpha
 
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, getRGB, setRGB
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

blurMatrix

protected static float[] blurMatrix
Constructor Detail

BlurFilter

public BlurFilter()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ConvolveFilter