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 BmpHeaderInfoBmpImageContents.bhi(package private) final BmpHeaderInfoPixelParser.bhiMethods in org.apache.commons.imaging.formats.bmp that return BmpHeaderInfoModifier and TypeMethodDescriptionprivate BmpHeaderInfoBmpImageParser.readBmpHeaderInfo(InputStream is, FormatCompliance formatCompliance) private BmpHeaderInfoBmpImageParser.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)