- setDelay(int) - Method in class gifAnimation.GifEncoder
-
Sets the delay time between each frame, or changes it for subsequent frames
(applies to last frame added).
- setDelay(int) - Method in class gifAnimation.GifMaker
-
- setDispose(int) - Method in class gifAnimation.GifEncoder
-
Sets the GIF frame disposal code for the last added frame and any
subsequent frames.
- setDispose(int) - Method in class gifAnimation.GifMaker
-
- setFrameRate(float) - Method in class gifAnimation.GifEncoder
-
Sets frame rate in frames per second.
- setQuality(int) - Method in class gifAnimation.GifEncoder
-
Sets quality of color quantization (conversion of images to the maximum 256
colors allowed by the GIF specification).
- setQuality(int) - Method in class gifAnimation.GifMaker
-
description taken from GifEncoder-class: Sets quality of color
quantization (conversion of images to the maximum 256 colors allowed by
the GIF specification).
- setRepeat(int) - Method in class gifAnimation.GifEncoder
-
Sets the number of times the set of GIF frames should be played.
- setRepeat(int) - Method in class gifAnimation.GifMaker
-
- setSize(int, int) - Method in class gifAnimation.GifEncoder
-
Sets the GIF frame size.
- setSize(int, int) - Method in class gifAnimation.GifMaker
-
- setTransparent(Color) - Method in class gifAnimation.GifEncoder
-
Sets the transparent color for the last added frame and any subsequent
frames.
- setTransparent(int) - Method in class gifAnimation.GifMaker
-
- setTransparent(float, float, float) - Method in class gifAnimation.GifMaker
-
- setTransparent(int, int, int) - Method in class gifAnimation.GifMaker
-
- start(OutputStream) - Method in class gifAnimation.GifEncoder
-
Initiates GIF file creation on the given stream.
- start(String) - Method in class gifAnimation.GifEncoder
-
Initiates writing of a GIF file with the specified name.
- STATUS_FORMAT_ERROR - Static variable in class gifAnimation.GifDecoder
-
File read status: Error decoding file (may be partially decoded)
- STATUS_OK - Static variable in class gifAnimation.GifDecoder
-
File read status: No errors.
- STATUS_OPEN_ERROR - Static variable in class gifAnimation.GifDecoder
-
File read status: Unable to open source.
- stop() - Method in class gifAnimation.Gif
-
Stop the animation, and rewind.