Uses of Interface
com.aspose.imaging.fileformats.gif.IGifBlock

Packages that use IGifBlock
com.aspose.imaging.fileformats.gif   
com.aspose.imaging.fileformats.gif.blocks   
 

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

Classes in com.aspose.imaging.fileformats.gif that implement IGifBlock
 class GifBlock
           The default gif block implementation.
 

Methods in com.aspose.imaging.fileformats.gif that return IGifBlock
 IGifBlock[] GifImage.getBlocks()
           Gets the GIF blocks.
 IGifBlock IGifBlockLoaderDescriptor.load(StreamContainer streamContainer)
           
static IGifBlock GifBlocksRegistry.loadBlockByFirstSupportedDescriptor(java.io.InputStream stream)
           Loads gif block using first found opener suitable for the specified InputStream.
 

Methods in com.aspose.imaging.fileformats.gif with parameters of type IGifBlock
 void GifImage.addBlock(IGifBlock block)
           Adds a new GIF block.
 void GifImage.removeBlock(IGifBlock block)
           Removes the GIF block.
 

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

Uses of IGifBlock in com.aspose.imaging.fileformats.gif.blocks
 

Classes in com.aspose.imaging.fileformats.gif.blocks that implement IGifBlock
 class GifApplicationExtensionBlock
           Gif application extension block.
 class GifCommentBlock
           Gif comment block.
 class GifFrameBlock
           Gif frame block.
 class GifGraphicsControlBlock
           Gif graphics control block.
 class GifPlainTextRenderingBlock
           Gif plain text extension block.
 class GifUnknownExtensionBlock
           Gif Unknown Extension Block.