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

T

TextPainter - class com.gif4j.TextPainter.
TextPainter instances can be used to draw text across the single or multiple lines on BufferedImage(s).
TextPainter(Font) - Constructor for class com.gif4j.TextPainter
Constructs TextPainter object with the specified Font and set by default foreground Paint attribute to Color.BLACK, outline Paint attribute to Color.WHITE, background Color attribute to full-transparent Color and anti-aliased to 'TRUE'.
TextPainter(Font, boolean) - Constructor for class com.gif4j.TextPainter
Constructs TextPainter object with the specified Font and the specified anti-aliased attribute.
TextPainter(Font, Paint, Paint, Color, boolean) - Constructor for class com.gif4j.TextPainter
Constructs TextPainter object with the specified Font attribute, foreground Paint attribute, outline Paint attribute, background Color attribute and anti-aliased attribute.
TunnelFilter - class com.gif4j.TunnelFilter.
An instance of TunnelFilter implements the gradual appearance animation in the form of tunnel.
TunnelFilter(boolean) - Constructor for class com.gif4j.TunnelFilter
Constructs TunnelFilter with the specified motion direction, default number of frames = 8 and delay between frames = 0.1 sec (10 1/100 sec)
TunnelFilter(boolean, int) - Constructor for class com.gif4j.TunnelFilter
Constructs TunnelFilter with the specified motion direction, number of frames and default delay between frames = 0.1 sec (10 1/100 sec)
TunnelFilter(boolean, int, int) - Constructor for class com.gif4j.TunnelFilter
Constructs TunnelFilter with the specified motion direction, number of frames and delay between frames
toBufferedImage(Image) - Static method in class com.gif4j.ImageUtils
Convenient static method to convert Image instances to BufferedImage instances.

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