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

S

SnakeFilter - class com.gif4j.SnakeFilter.
An instance of SnakeFilter implements the gradual appearance animation in the form of serial chained tiles (looks as snake).
SnakeFilter(int) - Constructor for class com.gif4j.SnakeFilter
Constructs SnakeFilter of one of the predefined lay methods, default divide factor (5) and delay between frames = 0.1 sec (10 1/100 sec)
SnakeFilter(int, int) - Constructor for class com.gif4j.SnakeFilter
Constructs SnakeFilter of one of the predefined lay methods, the specified divide factor and default delay between frames = 0.1 sec (10 1/100 sec)
SnakeFilter(int, int, int) - Constructor for class com.gif4j.SnakeFilter
Constructs SnakeFilter of one of the predefined lay methods, the specified divide factor and delay between frames
scale(BufferedImage, int, int, boolean) - Static method in class com.gif4j.ImageUtils
Convenient static method to scale down (minimize) instance of BufferedImage to the specified size.
setAntialiased(boolean) - Method in class com.gif4j.TextPainter
Sets this painter context's antialiased attribute to the specified value.
setBackgroundColor(Color) - Method in class com.gif4j.TextPainter
Sets the background Color attribute for the TextPainter context.
setDefaultDelay(int) - Method in class com.gif4j.GifImage
Set default delay between frames.
setDefaultMode(int) - Static method in class com.gif4j.quantizer.Quantizer
Set the default quantizer mode.
setDelay(int) - Method in class com.gif4j.GifFrame
Set the specified delay time
setDisposalMethod(int) - Method in class com.gif4j.GifFrame
Set the one of the predefined disposal methods to this GifFrame
setFont(Font) - Method in class com.gif4j.TextPainter
Sets this painter context's font to the specified font.
setForegroundPaint(Paint) - Method in class com.gif4j.TextPainter
Sets the foreground Paint attribute for the TextPainter context.
setLayoutConstraint(int) - Method in class com.gif4j.GifFrame
Set the relative position of the this GifFrame (final position is calculated according to one of the predefined layout constraints before the final encoding process starts)
setLayoutConstraint(int) - Method in class com.gif4j.Watermark
Set the relative position where this instance should paint itself (final position is calculated according to the specified layout constraint before the applying process to the exact GifFrame starts)
setLoopNumber(int) - Method in class com.gif4j.GifImage
Set number of iterations the loop should be executed.
setOutlinePaint(Paint) - Method in class com.gif4j.TextPainter
Sets the outline Paint attribute for the TextPainter context.
setOutput(Object) - Method in class com.gif4j.imageio.GifImageWriter
 
setPosition(Point) - Method in class com.gif4j.Watermark
set absolute position where this instance should paint itself
setTransparency(float) - Method in class com.gif4j.Watermark
Set watermark transparency

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