| Package | Description |
|---|---|
| com.alee.graphics.filters |
| Modifier and Type | Class and Description |
|---|---|
class |
BoxBlurFilter
A filter which performs a box blur on an image.
|
class |
CompositeFilter
A filter which composites two images together with an optional transform.
|
class |
CompoundFilter
A BufferedImageOp which combines two other BufferedImageOps, one after the other.
|
class |
ContrastFilter
A filter to change the brightness and contrast of an image.
|
class |
ConvolveFilter
A filter which applies a convolution kernel to an image.
|
class |
GaussianFilter
A filter which applies Gaussian blur to an image.
|
class |
GrayscaleFilter
A filter which converts an image to grayscale using the NTSC brightness calculation.
|
class |
MaskFilter
Applies a bit mask to each ARGB pixel of an image.
|
class |
MedianFilter
A filter which performs a 3x3 median operation.
|
class |
MotionBlurFilter
A filter which produces motion blur the faster, but lower-quality way.
|
class |
OpacityFilter
Sets the opacity (alpha) of every pixel in an image to a constant value.
|
class |
PointFilter
An abstract superclass for point filters.
|
class |
RaysFilter |
class |
ReduceNoiseFilter
A filter which performs reduces noise by looking at each pixel's 8 neighbours, and if it's a minimum or maximum,
replacing it by the next minimum or maximum of the neighbours.
|
class |
RGBAdjustFilter |
class |
ShadowFilter
A filter which draws a drop shadow based on the alpha channel of the image.
|
class |
SharpenFilter
A filter which performs a simple 3x3 sharpening operation.
|
class |
ThresholdFilter
A filter which performs a threshold operation on an image.
|
class |
TransferFilter |
class |
WholeImageFilter
A filter which acts as a superclass for filters which need to have the whole image in memory to do their stuff.
|
Copyright © 2020. All rights reserved.