Uses of Class
com.aspose.imaging.fileformats.gif.blocks.GifFrameBlock

Packages that use GifFrameBlock
com.aspose.imaging.fileformats.gif   
 

Uses of GifFrameBlock in com.aspose.imaging.fileformats.gif
 

Methods in com.aspose.imaging.fileformats.gif that return GifFrameBlock
 GifFrameBlock GifImage.getActiveFrame()
           Gets the active frame.
 

Methods in com.aspose.imaging.fileformats.gif with parameters of type GifFrameBlock
 void GifImage.setActiveFrame(GifFrameBlock value)
           Sets the active frame.
 

Constructors in com.aspose.imaging.fileformats.gif with parameters of type GifFrameBlock
GifImage(GifHeader gifHeader, IGifBlock[] blocks, IColorPalette colorPalette, boolean useCompactPalette, boolean hasTrailer, GifFrameBlock activeFrame, boolean changesOccured)
           Initializes a new instance of the GifImage class.