Uses of Class
org.apache.commons.imaging.formats.bmp.BmpHeaderInfo
Packages that use BmpHeaderInfo
-
Uses of BmpHeaderInfo in org.apache.commons.imaging.formats.bmp
Fields in org.apache.commons.imaging.formats.bmp declared as BmpHeaderInfoModifier and TypeFieldDescription(package private) final BmpHeaderInfo
BmpImageContents.bhi
(package private) final BmpHeaderInfo
PixelParser.bhi
Methods in org.apache.commons.imaging.formats.bmp that return BmpHeaderInfoModifier and TypeMethodDescriptionprivate BmpHeaderInfo
BmpImageParser.readBmpHeaderInfo
(InputStream is, FormatCompliance formatCompliance) private BmpHeaderInfo
BmpImageParser.readBmpHeaderInfo
(ByteSource byteSource) Constructors in org.apache.commons.imaging.formats.bmp with parameters of type BmpHeaderInfoModifierConstructorDescription(package private)
BmpImageContents
(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData, PixelParser pixelParser) (package private)
PixelParser
(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData) (package private)
PixelParserBitFields
(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData) (package private)
PixelParserRgb
(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData) (package private)
PixelParserRle
(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData) (package private)
PixelParserSimple
(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)