Uses of Class
org.apache.commons.imaging.formats.gif.GifBlock
Packages that use GifBlock
-
Uses of GifBlock in org.apache.commons.imaging.formats.gif
Subclasses of GifBlock in org.apache.commons.imaging.formats.gifModifier and TypeClassDescription(package private) final class(package private) final class(package private) final classFields in org.apache.commons.imaging.formats.gif with type parameters of type GifBlockMethods in org.apache.commons.imaging.formats.gif with type parameters of type GifBlockModifier and TypeMethodDescriptionGifImageParser.findAllBlocks(List<GifBlock> blocks, int code) SeeGifImageParser.readBlocks(GifHeaderInfo, InputStream, boolean, FormatCompliance)for reference how the blocks are created.Methods in org.apache.commons.imaging.formats.gif that return GifBlockMethods in org.apache.commons.imaging.formats.gif that return types with arguments of type GifBlockModifier and TypeMethodDescriptionGifImageParser.readBlocks(GifHeaderInfo ghi, InputStream is, boolean stopBeforeImageData, FormatCompliance formatCompliance) Method parameters in org.apache.commons.imaging.formats.gif with type arguments of type GifBlockModifier and TypeMethodDescriptionGifImageParser.findAllBlocks(List<GifBlock> blocks, int code) SeeGifImageParser.readBlocks(GifHeaderInfo, InputStream, boolean, FormatCompliance)for reference how the blocks are created.private GifBlockGifImageParser.getComments(List<GifBlock> blocks) Constructor parameters in org.apache.commons.imaging.formats.gif with type arguments of type GifBlockModifierConstructorDescription(package private)GifImageContents(GifHeaderInfo gifHeaderInfo, byte[] globalColorTable, List<GifBlock> blocks)