Class BmpImageContents


  • class BmpImageContents
    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

      • colorTable

        final byte[] colorTable
      • imageData

        final byte[] imageData
    • Constructor Detail

      • BmpImageContents

        BmpImageContents​(BmpHeaderInfo bhi,
                         byte[] colorTable,
                         byte[] imageData,
                         PixelParser pixelParser)