Class BitmapHeader


  • public final class BitmapHeader
    extends Object
    • Constructor Detail

      • BitmapHeader

        public BitmapHeader()
    • Method Detail

      • setRecord

        public void setRecord​(MfRecord record,
                              int offset)
      • getHeaderSize

        public int getHeaderSize()
      • getCompression

        public int getCompression()
      • getBitsPerPixel

        public int getBitsPerPixel()
      • getHRes

        public int getHRes()
      • getVRes

        public int getVRes()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getNoOfColors

        public int getNoOfColors()
      • getNoOfImportantColors

        public int getNoOfImportantColors()
      • isTopDown

        public boolean isTopDown()
      • getDataOffset

        public int getDataOffset()
      • getDataSize

        public int getDataSize()
      • getNoPlanes

        public int getNoPlanes()