|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GifFrame | |
com.gif4j |
Uses of GifFrame in com.gif4j |
Methods in com.gif4j that return GifFrame | |
GifFrame |
GifImage.getLastFrame()
Returns the last added frame |
Methods in com.gif4j with parameters of type GifFrame | |
GifImage |
GifImage.addGifFrame(GifFrame frame)
Add the specified frame to the end of the internal sequence. |
GifImage |
GifImage.addGifFrame(GifFrame frame,
MorphingFilter filter)
Add the specified frame to the end of the internal sequence and set the specified morphing filter which will be applied to adding frame before the encoding process starts. |
GifImage |
GifImage.addGifFrame(GifFrame frame,
Watermark watermark)
Add the specified frame to the end of the internal sequence and set the specified watermark which will be applied to adding frame before the encoding process starts. |
GifImage |
GifImage.addGifFrame(GifFrame frame,
MorphingFilter filter,
Watermark watermark)
Add the specified frame to the end of the internal sequence, set the specified morphing filter and watermark which will be applied to adding frame before the encoding process starts. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |