Package | Description |
---|---|
org.jdesktop.swingx.image |
Contains set of useful filters for image operations like Gausian or Fast or Star Blur or Color Tint filter.
|
Modifier and Type | Class and Description |
---|---|
class |
ColorTintFilter
A color tint filter can be used to mix a solid color to an image.
|
class |
FastBlurFilter
A fast blur filter can be used to blur pictures quickly.
|
class |
GaussianBlurFilter |
class |
StackBlurFilter
A stack blur filter can be used to create an approximation of a
Gaussian blur.
|
Copyright © 2019. All rights reserved.