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) BmpHeaderInfo
BmpImageContents. bhi
(package private) BmpHeaderInfo
PixelParser. bhi
Methods in org.apache.commons.imaging.formats.bmp that return BmpHeaderInfo Modifier and Type Method Description private BmpHeaderInfo
BmpImageParser. readBmpHeaderInfo(java.io.InputStream is, FormatCompliance formatCompliance)
private BmpHeaderInfo
BmpImageParser. readBmpHeaderInfo(ByteSource byteSource)
Constructors in org.apache.commons.imaging.formats.bmp with parameters of type BmpHeaderInfo Constructor Description BmpImageContents(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData, PixelParser pixelParser)
PixelParser(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
PixelParserBitFields(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
PixelParserRgb(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
PixelParserRle(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
PixelParserSimple(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
-