Class GifImageContents


  • class GifImageContents
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • blocks

        final java.util.List<GifBlock> blocks
      • globalColorTable

        final byte[] globalColorTable
    • Constructor Detail

      • GifImageContents

        GifImageContents​(GifHeaderInfo gifHeaderInfo,
                         byte[] globalColorTable,
                         java.util.List<GifBlock> blocks)