Uses of Class
org.apache.commons.imaging.formats.gif.GifBlock
-
Packages that use GifBlock Package Description org.apache.commons.imaging.formats.gif The GIF image format. -
-
Uses of GifBlock in org.apache.commons.imaging.formats.gif
Subclasses of GifBlock in org.apache.commons.imaging.formats.gif Modifier and Type Class Description (package private) class
GenericGifBlock
(package private) class
GraphicControlExtension
(package private) class
ImageDescriptor
Fields in org.apache.commons.imaging.formats.gif with type parameters of type GifBlock Modifier and Type Field Description (package private) java.util.List<GifBlock>
GifImageContents. blocks
Methods in org.apache.commons.imaging.formats.gif with type parameters of type GifBlock Modifier and Type Method Description private <T extends GifBlock>
java.util.List<T>GifImageParser. findAllBlocks(java.util.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 GifBlock Modifier and Type Method Description private GifBlock
GifImageParser. findBlock(java.util.List<GifBlock> blocks, int code)
Methods in org.apache.commons.imaging.formats.gif that return types with arguments of type GifBlock Modifier and Type Method Description private java.util.List<GifBlock>
GifImageParser. readBlocks(GifHeaderInfo ghi, java.io.InputStream is, boolean stopBeforeImageData, FormatCompliance formatCompliance)
Method parameters in org.apache.commons.imaging.formats.gif with type arguments of type GifBlock Modifier and Type Method Description private <T extends GifBlock>
java.util.List<T>GifImageParser. findAllBlocks(java.util.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. findBlock(java.util.List<GifBlock> blocks, int code)
private java.util.List<java.lang.String>
GifImageParser. getComments(java.util.List<GifBlock> blocks)
Constructor parameters in org.apache.commons.imaging.formats.gif with type arguments of type GifBlock Constructor Description GifImageContents(GifHeaderInfo gifHeaderInfo, byte[] globalColorTable, java.util.List<GifBlock> blocks)
-