Class IcoImageParser.BitmapHeader

  • Enclosing class:
    IcoImageParser

    private static class IcoImageParser.BitmapHeader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapHeader​(int size, int width, int height, int planes, int bitCount, int compression, int sizeImage, int pelsPerMeter, int pelsPerMeter2, int colorsUsed, int colorsImportant)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.io.PrintWriter pw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

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

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

      • dump

        public void dump​(java.io.PrintWriter pw)