|
Class Summary |
| CellFilter |
An instance of CellFilter implements the gradual appearance animation
in the form of 4 GifFrame(s) look like cells. |
| CurtainFilter |
An instance of CurtainFilter implements the gradual appearance animation
in the form of tableau curtains consist of one or two segments. |
| GifDecoder |
This java class allows loading and decoding of GIF images into GifImage(-s) from input streams, files and URLs.
|
| GifEncoder |
GifEncoder is a java class which takes as image(-s), encodes and saves it(them) out to a file or output stream
using the GIF file format (GIF89a version).
|
| GifFrame |
An instance of this class is used as a container to aggregate and encode the gif format specific
information about a single image frame. |
| GifImage |
An instance of this java class is used to represent a gif image as
a sequence of one or more frames (instances of GifFrame class) and to
contain the next general gif image specific parameters:
Logical Screen Descriptor - The Logical Screen Descriptor contains the parameters
necessary to define the area of the display device within which the
images will be rendered. |
| GifTransformer |
Helper java class containing static methods to affine transform animated and non-animated GIF images
represented by GifImage objects including resize, scale, rotate and flip gif image transform operations.
|
| ImageUtils |
This class containts some useful image processing methods. |
| MillFilter |
An instance of MillFilter implements the gradual appearance animation
in the form of rotating mill. |
| MorphingFilter |
MorphingFilter is the abstract base class for all morphing filters.
|
| MozaicFilter |
An instance of MillFilter implements the gradual appearance animation
in the form of random mozaic. |
| RadarFilter |
An instance of RadarFilter implements the gradual appearance animation
in the form of radar. |
| SnakeFilter |
An instance of SnakeFilter implements the gradual appearance animation
in the form of serial chained tiles (looks as snake). |
| TextPainter |
This java class is intended for drawing the text across the single or multiple lines
on the BufferedImage(s).
|
| TunnelFilter |
An instance of TunnelFilter implements the gradual appearance animation
in the form of tunnel. |
| Watermark |
This java class is used to prepare and apply (render with the specified transparency) images as watermarks.
|