A B C D E F G I L M O Q R S T W

G

GifDecoder - class com.gif4j.GifDecoder.
This java class allows loading and decoding of GIF images into GifImage(-s) from input streams, files and URLs.
GifEncoder - class com.gif4j.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 - class com.gif4j.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.
GifFrame(BufferedImage) - Constructor for class com.gif4j.GifFrame
Constructs GifFrame from the specified BufferedImage with the absolute position (0,0), indefinite delay and GifFrame.DISPOSAL_METHOD_DO_NOT_DISPOSE disposal method.
GifFrame(BufferedImage, int) - Constructor for class com.gif4j.GifFrame
Constructs GifFrame from the specified BufferedImage with the relative position (final position is calculated according to one of the predifined layout constraint before the final encoding process starts), indefinite delay and GifFrame.DISPOSAL_METHOD_DO_NOT_DISPOSE disposal method.
GifFrame(BufferedImage, int, int) - Constructor for class com.gif4j.GifFrame
Constructs GifFrame from the specified BufferedImage with the relative position (final position is calculated according to one of the predifined layout constraint before the final encoding process starts), indefinite delay and one of the predefined disposal methods.
GifFrame(BufferedImage, int, int, int) - Constructor for class com.gif4j.GifFrame
Constructs GifFrame from the specified BufferedImage with the relative position (final position is calculated according to one of the predifined layout constraint before the final encoding process starts), the specified delay and one of the predefined disposal methods.
GifFrame(BufferedImage, Point) - Constructor for class com.gif4j.GifFrame
Constructs GifFrame from the specified BufferedImage with the specified absolute position, indefinite delay and GifFrame.DISPOSAL_METHOD_DO_NOT_DISPOSE disposal method.
GifFrame(BufferedImage, Point, int) - Constructor for class com.gif4j.GifFrame
Constructs GifFrame from the specified BufferedImage with the specified absolute position, one of the predefined disposal methods and indefinite delay.
GifFrame(BufferedImage, Point, int, int) - Constructor for class com.gif4j.GifFrame
Constructs GifFrame from the specified BufferedImage with the specified absolute position, delay and one of the predefined disposal methods.
GifImage - class com.gif4j.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.
GifImage() - Constructor for class com.gif4j.GifImage
Constructs GifImage with GifImage.RESIZE_STRATEGY_EXTEND_TO_CURRENT resize strategy and indefinite general gif image width and height (these parameters will be taken from the first added GifFrame).
GifImage(int) - Constructor for class com.gif4j.GifImage
Constructs GifImage of one of the predefined resize strategies and indefinite logical screen width and height (these parameters will be taken from the first added GifFrame).
GifImage(int, int) - Constructor for class com.gif4j.GifImage
Constructs GifImage with GifImage.RESIZE_STRATEGY_SCALE_TO_FIT_IMAGE_SIZE resize strategy and the specified general logical screen width and height.
GifImage(int, int, int) - Constructor for class com.gif4j.GifImage
Constructs GifImage of one of the predefined resize strategies and general logical screen width and height.
GifImageWriter - class com.gif4j.imageio.GifImageWriter.
 
GifImageWriterSpi - class com.gif4j.imageio.GifImageWriterSpi.
 
GifImageWriterSpi() - Constructor for class com.gif4j.imageio.GifImageWriterSpi
 
GifTransformer - class com.gif4j.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.
getAsBufferedImage() - Method in class com.gif4j.GifFrame
Returns a copy of the frame's image as an instance of BufferedImage.
getAsImage() - Method in class com.gif4j.GifFrame
Returns a copy of the frame's image as an instance of Image.
getBackgroundColor() - Method in class com.gif4j.TextPainter
Returns the current background Color of the TextPainter context.
getColorModel() - Method in class com.gif4j.GifFrame
Returns a copy of the frame's image color model as an instance of IndexColorModel
getComment(int) - Method in class com.gif4j.GifImage
Returns ASCII textual comment as a String from comments array at the specified index.
getCurrentLogicHeight() - Method in class com.gif4j.GifImage
Returns current logic screen height
getCurrentLogicWidth() - Method in class com.gif4j.GifImage
Returns current logic screen width
getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - Method in class com.gif4j.imageio.GifImageWriter
 
getDefaultStreamMetadata(ImageWriteParam) - Method in class com.gif4j.imageio.GifImageWriter
 
getDelay() - Method in class com.gif4j.GifFrame
Get frame's delay time
getDescription(Locale) - Method in class com.gif4j.imageio.GifImageWriterSpi
 
getDisposalMethod() - Method in class com.gif4j.GifFrame
Get frame's disposal method which indicates how to dispose of the current frame before displaying the next.
getFont() - Method in class com.gif4j.TextPainter
Gets the current font.
getForegroundPaint() - Method in class com.gif4j.TextPainter
Returns the current foreground Paint of the TextPainter context.
getFrame(int) - Method in class com.gif4j.GifImage
Returns GifFrame at the specified index in the current frames sequence.
getHeight() - Method in class com.gif4j.GifFrame
Returns frame's height
getLastFrame() - Method in class com.gif4j.GifImage
Returns the last GifFrame in the current frames sequence
getLoopNumber() - Method in class com.gif4j.GifImage
Returns number of animated gif image loop iterations
getNumberOfComments() - Method in class com.gif4j.GifImage
Returns the number of text comments in the comments array.
getNumberOfFrames() - Method in class com.gif4j.GifImage
Returns the number of frames in the current frames sequence.
getOutlinePaint() - Method in class com.gif4j.TextPainter
Returns the current outline Paint of the TextPainter context.
getScreenHeight() - Method in class com.gif4j.GifImage
Returns gif image logic screen height
getScreenWidth() - Method in class com.gif4j.GifImage
Returns gif image logic screen width
getTransparentColor() - Method in class com.gif4j.GifImage
Returns the transparent color set by GifImage.setTransparentColor(java.awt.Color) method.
getVersion() - Method in class com.gif4j.GifImage
Get GIF image format version number.
getWidth() - Method in class com.gif4j.GifFrame
Returns frame's width
getX() - Method in class com.gif4j.GifFrame
Get x coordinate of the top left corner of the frame within the logical screen.
getY() - Method in class com.gif4j.GifFrame
Get y coordinate of the top left corner of the frame within the logical screen.

A B C D E F G I L M O Q R S T W