Class GifImageHelper.GifParameters

  • Enclosing class:
    GifImageHelper

    private static class GifImageHelper.GifParameters
    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

      • input

        java.io.InputStream input
      • gctFlag

        boolean gctFlag
      • bgIndex

        int bgIndex
      • bgColor

        int bgColor
      • pixelAspect

        int pixelAspect
      • lctFlag

        boolean lctFlag
      • interlace

        boolean interlace
      • lctSize

        int lctSize
      • ix

        int ix
      • iy

        int iy
      • iw

        int iw
      • ih

        int ih
      • block

        byte[] block
      • blockSize

        int blockSize
      • dispose

        int dispose
      • transparency

        boolean transparency
      • delay

        int delay
      • transIndex

        int transIndex
      • prefix

        short[] prefix
      • suffix

        byte[] suffix
      • pixelStack

        byte[] pixelStack
      • pixels

        byte[] pixels
      • m_out

        byte[] m_out
      • m_bpc

        int m_bpc
      • m_gbpc

        int m_gbpc
      • m_global_table

        byte[] m_global_table
      • m_local_table

        byte[] m_local_table
      • m_curr_table

        byte[] m_curr_table
      • m_line_stride

        int m_line_stride
      • fromData

        byte[] fromData
      • fromUrl

        java.net.URL fromUrl
      • currentFrame

        int currentFrame
    • Constructor Detail

      • GifParameters

        public GifParameters​(GifImageData image)