Class IcoImageParser.BitmapHeader

java.lang.Object
org.apache.commons.imaging.formats.ico.IcoImageParser.BitmapHeader
Enclosing class:
IcoImageParser

private static class IcoImageParser.BitmapHeader extends Object
  • Field Details

    • size

      public final int size
    • width

      public final int width
    • height

      public final int height
    • planes

      public final int planes
    • bitCount

      public final int bitCount
    • compression

      public final int compression
    • sizeImage

      public final int sizeImage
    • xPelsPerMeter

      public final int xPelsPerMeter
    • yPelsPerMeter

      public final int yPelsPerMeter
    • colorsUsed

      public final int colorsUsed
    • colorsImportant

      public final int colorsImportant
  • Constructor Details

    • BitmapHeader

      BitmapHeader(int size, int width, int height, int planes, int bitCount, int compression, int sizeImage, int pelsPerMeter, int pelsPerMeter2, int colorsUsed, int colorsImportant)
  • Method Details