Class BmpImageData

    • Field Detail

      • noHeader

        private final boolean noHeader
    • Constructor Detail

      • BmpImageData

        protected BmpImageData​(java.net.URL url,
                               boolean noHeader)
        Creates instance of BmpImageData
        Parameters:
        url - url of the image
        noHeader - indicates that the source image does not have a header
      • BmpImageData

        protected BmpImageData​(byte[] bytes,
                               boolean noHeader)
        Creates instance of BmpImageData
        Parameters:
        bytes - contents of the image
        noHeader - indicates that the source image does not have a header
    • Method Detail

      • isNoHeader

        public boolean isNoHeader()
        Returns:
        True if the bitmap image does not contain a header