| Package | Description |
|---|---|
| com.alkacon.simapi.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
AverageFilter |
class |
BinaryFilter |
class |
BlockFilter
A Filter to pixellate images.
|
class |
BlurFilter |
class |
BumpFilter |
class |
CausticsFilter |
class |
CellularFilter |
class |
ConvolveFilter
A filter which applies a convolution kernel to an image.
|
class |
CraterFilter |
class |
CrystalizeFilter |
class |
DiffusionFilter
A filter which uses Floyd-Steinberg error diffusion dithering to halftone an image.
|
class |
DilateFilter
Given a binary image, this filter performs binary dilation, setting all added pixels to the given 'new' color.
|
class |
DistanceFilter |
class |
EdgeFilter |
class |
EmbossFilter
A class to emboss an image.
|
class |
ErodeFilter
Given a binary image, this filter performs binary erosion, setting all removed pixels to the given 'new' color.
|
class |
GaussianFilter
A filter which applies Gaussian blur to an image.
|
class |
LifeFilter |
class |
LightFilter |
class |
MarbleFilter
This filter applies a marbling effect to an image, displacing pixels by random amounts.
|
class |
MaximumFilter |
class |
MedianFilter |
class |
MinimumFilter |
class |
MotionBlurFilter |
class |
OilFilter |
class |
OutlineFilter
Given a binary image, this filter converts it to its outline, replacing all interior pixels with the 'new' color.
|
class |
PerspectivFilter |
class |
PlasmaFilter |
class |
PolarFilter |
class |
QuantizeFilter
A filter which quantizes an image to a set number of colors - useful for producing
images which are to be encoded using an index color model.
|
class |
QuiltFilter |
class |
RippleFilter
A filter which distorts an image by rippling it in the X or Y directions.
|
class |
RotateFilter |
class |
ShadowFilter |
class |
ShapeFilter |
class |
SharpenFilter |
class |
ShearFilter |
class |
SkeletonFilter |
class |
SphereFilter |
class |
TransformFilter
An abstract superclass for filters which distort images in some way.
|
class |
TwirlFilter
A Filter which distorts an image by twisting it from the centre out.
|
class |
WarpFilter
A filter for warping images using the gridwarp algorithm.
|
class |
WaterFilter |