Class GifImageContents
- java.lang.Object
-
- org.apache.commons.imaging.formats.gif.GifImageContents
-
class GifImageContents extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<GifBlock>
blocks
(package private) GifHeaderInfo
gifHeaderInfo
(package private) byte[]
globalColorTable
-
Constructor Summary
Constructors Constructor Description GifImageContents(GifHeaderInfo gifHeaderInfo, byte[] globalColorTable, java.util.List<GifBlock> blocks)
-
-
-
Field Detail
-
gifHeaderInfo
final GifHeaderInfo gifHeaderInfo
-
blocks
final java.util.List<GifBlock> blocks
-
globalColorTable
final byte[] globalColorTable
-
-
Constructor Detail
-
GifImageContents
GifImageContents(GifHeaderInfo gifHeaderInfo, byte[] globalColorTable, java.util.List<GifBlock> blocks)
-
-