A B C D E G I L M 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
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.

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