Class BMHDChunk

java.lang.Object
com.twelvemonkeys.imageio.plugins.iff.IFFChunk
com.twelvemonkeys.imageio.plugins.iff.BMHDChunk

final class BMHDChunk extends IFFChunk
BMHDChunk
Version:
$Id: BMHDChunk.java,v 1.0 28.feb.2006 00:04:32 haku Exp$
  • Field Details

    • MASK_NONE

      static final int MASK_NONE
      See Also:
    • MASK_HAS_MASK

      static final int MASK_HAS_MASK
      See Also:
    • MASK_TRANSPARENT_COLOR

      static final int MASK_TRANSPARENT_COLOR
      See Also:
    • MASK_LASSO

      static final int MASK_LASSO
      See Also:
    • COMPRESSION_NONE

      static final int COMPRESSION_NONE
      See Also:
    • COMPRESSION_BYTE_RUN

      static final int COMPRESSION_BYTE_RUN
      See Also:
    • width

      int width
    • height

      int height
    • xPos

      int xPos
    • yPos

      int yPos
    • bitplanes

      int bitplanes
    • maskType

      int maskType
    • compressionType

      int compressionType
    • transparentIndex

      int transparentIndex
    • xAspect

      int xAspect
    • yAspect

      int yAspect
    • pageWidth

      int pageWidth
    • pageHeight

      int pageHeight
  • Constructor Details

    • BMHDChunk

      BMHDChunk(int chunkLength)
    • BMHDChunk

      BMHDChunk(int width, int height, int bitplanes, int maskType, int compressionType, int transparentIndex)
  • Method Details