Uses of Class
org.apache.commons.imaging.formats.bmp.BmpHeaderInfo
-
Packages that use BmpHeaderInfo Package Description org.apache.commons.imaging.formats.bmp The BMP image format. -
-
Uses of BmpHeaderInfo in org.apache.commons.imaging.formats.bmp
Fields in org.apache.commons.imaging.formats.bmp declared as BmpHeaderInfo Modifier and Type Field Description (package private) BmpHeaderInfoAbstractPixelParser. bhi(package private) BmpHeaderInfoBmpImageContents. bhiMethods in org.apache.commons.imaging.formats.bmp that return BmpHeaderInfo Modifier and Type Method Description private BmpHeaderInfoBmpImageParser. readBmpHeaderInfo(java.io.InputStream is, FormatCompliance formatCompliance)private BmpHeaderInfoBmpImageParser. readBmpHeaderInfo(ByteSource byteSource)Constructors in org.apache.commons.imaging.formats.bmp with parameters of type BmpHeaderInfo Constructor Description AbstractPixelParser(BmpHeaderInfo bmpHeaderInfo, byte[] colorTable, byte[] imageData)AbstractPixelParserSimple(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)BmpImageContents(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData, AbstractPixelParser abstractPixelParser)PixelParserBitFields(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)PixelParserRgb(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)PixelParserRle(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
-