Skip navigation links
A C D F G I J L N P R S V 

A

addFrame(BufferedImage) - Method in class gifAnimation.GifEncoder
Adds next GIF frame.
addFrame() - Method in class gifAnimation.GifMaker
 
addFrame(PImage) - Method in class gifAnimation.GifMaker
 
addFrame(int[], int, int) - Method in class gifAnimation.GifMaker
 

C

currentFrame() - Method in class gifAnimation.Gif
 

D

dispose() - Method in class gifAnimation.Gif
 
dispose() - Method in class gifAnimation.GifMaker
 
DISPOSE_KEEP - Static variable in class gifAnimation.GifMaker
 
DISPOSE_NOTHING - Static variable in class gifAnimation.GifMaker
 
DISPOSE_REMOVE - Static variable in class gifAnimation.GifMaker
 
DISPOSE_RESTORE_BACKGROUND - Static variable in class gifAnimation.GifMaker
 

F

finish() - Method in class gifAnimation.GifEncoder
Flushes any pending data and closes output file.
finish() - Method in class gifAnimation.GifMaker
 

G

getDelay(int) - Method in class gifAnimation.GifDecoder
Gets display duration for specified frame.
getFrame(int) - Method in class gifAnimation.GifDecoder
Gets the image contents of frame n.
getFrameCount() - Method in class gifAnimation.GifDecoder
Gets the number of frames read from file.
getFrameSize() - Method in class gifAnimation.GifDecoder
Gets image size.
getImage() - Method in class gifAnimation.GifDecoder
Gets the first (or only) image read.
getLoopCount() - Method in class gifAnimation.GifDecoder
Gets the "Netscape" iteration count, if any.
getPImages(PApplet, String) - Static method in class gifAnimation.Gif
 
getPImages() - Method in class gifAnimation.Gif
 
getRepeat() - Method in class gifAnimation.Gif
 
Gif - Class in gifAnimation
 
Gif(PApplet, String) - Constructor for class gifAnimation.Gif
 
gifAnimation - package gifAnimation
 
GifDecoder - Class in gifAnimation
Class GifDecoder - Decodes a GIF file into one or more frames.
GifDecoder() - Constructor for class gifAnimation.GifDecoder
 
GifEncoder - Class in gifAnimation
Class AnimatedGifEncoder - Encodes a GIF file consisting of one or more frames.
GifEncoder() - Constructor for class gifAnimation.GifEncoder
 
GifMaker - Class in gifAnimation
 
GifMaker(PApplet, String) - Constructor for class gifAnimation.GifMaker
 
GifMaker(PApplet, String, int) - Constructor for class gifAnimation.GifMaker
 
GifMaker(PApplet, String, int, int) - Constructor for class gifAnimation.GifMaker
 

I

ignoreRepeat() - Method in class gifAnimation.Gif
 
isIgnoringRepeat() - Method in class gifAnimation.Gif
 
isLooping() - Method in class gifAnimation.Gif
 
isPlaying() - Method in class gifAnimation.Gif
 

J

jump(int) - Method in class gifAnimation.Gif
Jump to a specific location (in frames).

L

loop() - Method in class gifAnimation.Gif
Begin playing the animation, with repeat.

N

noLoop() - Method in class gifAnimation.Gif
Shut off the repeating loop.

P

pause() - Method in class gifAnimation.Gif
Pause the animation at its current frame.
play() - Method in class gifAnimation.Gif
Begin playing the animation, with no repeat.

R

read(BufferedInputStream) - Method in class gifAnimation.GifDecoder
Reads GIF image from stream
read(InputStream) - Method in class gifAnimation.GifDecoder
Reads GIF image from stream
read(String) - Method in class gifAnimation.GifDecoder
Reads GIF file from specified file/URL source (URL assumed if name contains ":/" or "file:")
run() - Method in class gifAnimation.Gif
 

S

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.

V

version() - Static method in class gifAnimation.Gif
 
A C D F G I J L N P R S V 
Skip navigation links

Processing Library GifAnimation by Patrick Meister, Jerome Saint-Clair. ${library.copyright}