Class IconExe.BITMAPINFOHEADER

  • Enclosing class:
    IconExe

    public static class IconExe.BITMAPINFOHEADER
    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

      • biSize

        int biSize
      • biWidth

        int biWidth
      • biHeight

        int biHeight
      • biPlanes

        int biPlanes
      • biBitCount

        int biBitCount
      • biCompression

        int biCompression
      • biSizeImage

        int biSizeImage
      • biXPelsPerMeter

        int biXPelsPerMeter
      • biYPelsPerMeter

        int biYPelsPerMeter
      • biClrUsed

        int biClrUsed
      • biClrImportant

        int biClrImportant
    • Constructor Detail

      • BITMAPINFOHEADER

        public BITMAPINFOHEADER()