Package org.jdesktop.swingx.image

Contains set of useful filters for image operations like Gausian or Fast or Star Blur or Color Tint filter.

See:
          Description

Class Summary
AbstractFilter Provides an abstract implementation of the BufferedImageOp interface.
ColorTintFilter A color tint filter can be used to mix a solid color to an image.
FastBlurFilter A fast blur filter can be used to blur pictures quickly.
GaussianBlurFilter  
StackBlurFilter A stack blur filter can be used to create an approximation of a gaussian blur.
 

Package org.jdesktop.swingx.image Description

Contains set of useful filters for image operations like Gausian or Fast or Star Blur or Color Tint filter.