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

R

RESIZE_STRATEGY_CROP_TO_FIT_IMAGE_SIZE - Static variable in class com.gif4j.GifImage
Represents a resize strategy, when every subsequent image frame is necessarily resized by cropping to fit the fixed logical screen size.
RESIZE_STRATEGY_EXTEND_TO_CURRENT - Static variable in class com.gif4j.GifImage
Represents a resize strategy, when logical screen width and height are necessarily extended to support the adding frame's size.
RESIZE_STRATEGY_SCALE_TO_FIT_IMAGE_SIZE - Static variable in class com.gif4j.GifImage
Represents a resize strategy, when every subsequent image frame is necessarily resized by scaling to fit the fixed logical screen size.
RadarFilter - class com.gif4j.RadarFilter.
An instance of RadarFilter implements the gradual appearance animation in the form of radar.
RadarFilter() - Constructor for class com.gif4j.RadarFilter
Constructs RadarFilter by default: number of frames (for one quarter) = 2 and delay between frames = 0.1 sec (10 1/100 sec) Please
RadarFilter(int) - Constructor for class com.gif4j.RadarFilter
Constructs RadarFilter with the specified number of frames and default delay between frames = 0.1 sec (10 1/100 sec)
RadarFilter(int, int) - Constructor for class com.gif4j.RadarFilter
Constructs RadarFilter with the specified number of frames and delay between frames
removeComment(int) - Method in class com.gif4j.GifImage
Remove ASCII textual comment from comments array at the specified index.
renderString(String) - Method in class com.gif4j.TextPainter
Renders single string using the specified attributes from the TextPainter context.
renderString(String, boolean) - Method in class com.gif4j.TextPainter
Renders single string using the specified attributes from the TextPainter context.
renderText(String, int, boolean, boolean) - Method in class com.gif4j.TextPainter
Renders line-wraped to the specified width text using the specified attributes from the TextPainter context.
requantize(GifImage, int, int) - Static method in class com.gif4j.GifTransformer
Requantize frames of the GIF image using the specified quantizer mode to the specified color bits depth.
resize(GifImage, int, int, boolean) - Static method in class com.gif4j.GifTransformer
Create a resized version of the specified gif image.
resizeViaIR4J(GifImage, int, int, int) - Static method in class com.gif4j.GifTransformer
Create a resized version of the specified gif image using ImageResize4J library.
resizeViaIR4J(GifImage, int, int, int, int) - Static method in class com.gif4j.GifTransformer
Create a resized version of the specified gif image using ImageResize4J library.
rotate(GifImage, double, boolean) - Static method in class com.gif4j.GifTransformer
Create a rotated version of the specified gif image by the specified angle in radians.
rotate180(GifImage) - Static method in class com.gif4j.GifTransformer
Create a rotated version of the specified gif image by 180 degrees
rotate90Left(GifImage) - Static method in class com.gif4j.GifTransformer
Create a rotated version of the specified gif image by 90 degrees counter-clockwise (to the left).
rotate90Right(GifImage) - Static method in class com.gif4j.GifTransformer
Create a rotated version of the specified gif image by 90 degrees clockwise (to the right).

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