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

G

GifEncoder - class com.gif4j.GifEncoder.
This class encodes an image into the GIF89a image file format to an outputstream.
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 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 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
 
getBackgroundColor() - Method in class com.gif4j.TextPainter
Returns the current background Color of the TextPainter context.
getCurrentLogicHeight() - Method in class com.gif4j.GifImage
get current logic screen height
getCurrentLogicWidth() - Method in class com.gif4j.GifImage
get current logic screen width
getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - Method in class com.gif4j.imageio.GifImageWriter
 
getDefaultStreamMetadata(ImageWriteParam) - Method in class com.gif4j.imageio.GifImageWriter
 
getDescription(Locale) - Method in class com.gif4j.imageio.GifImageWriterSpi
 
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.
getLastFrame() - Method in class com.gif4j.GifImage
Returns the last added frame
getOutlinePaint() - Method in class com.gif4j.TextPainter
Returns the current outline Paint of the TextPainter context.

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