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) class
(package private) class
(package private) class
Fields 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(org.apache.commons.imaging.formats.gif.GifHeaderInfo, java.io.InputStream, boolean, org.apache.commons.imaging.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(org.apache.commons.imaging.formats.gif.GifHeaderInfo, java.io.InputStream, boolean, org.apache.commons.imaging.FormatCompliance)
for reference how the blocks are created.private GifBlock
GifImageParser.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)