Class BMHDChunk


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

      • 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 Detail

      • BMHDChunk

        BMHDChunk​(int chunkLength)
      • BMHDChunk

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

      • readChunk

        void readChunk​(java.io.DataInput input)
                throws java.io.IOException
        Specified by:
        readChunk in class IFFChunk
        Throws:
        java.io.IOException
      • writeChunk

        void writeChunk​(java.io.DataOutput output)
                 throws java.io.IOException
        Specified by:
        writeChunk in class IFFChunk
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class IFFChunk