Uses of Class
org.jdesktop.swingx.image.AbstractFilter
Packages that use AbstractFilter
Package
Description
Contains set of useful filters for image operations like Gausian or Fast or Star Blur or Color Tint filter.
-
Uses of AbstractFilter in org.jdesktop.swingx.image
Subclasses of AbstractFilter in org.jdesktop.swingx.imageModifier and TypeClassDescriptionclassA color tint filter can be used to mix a solid color to an image.classA fast blur filter can be used to blur pictures quickly.classA Gaussian blur filter, also known as Gaussian smoothingclassA stack blur filter can be used to create an approximation of a Gaussian blur.