java.lang.Object
org.pentaho.reporting.libraries.pixie.wmf.bitmap.BitmapHeader

public final class BitmapHeader extends Object
  • Field Details

  • Constructor Details

    • BitmapHeader

      public BitmapHeader()
  • Method Details

    • 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()