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 BmpHeaderInfoAbstractPixelParser.bhi(package private) final BmpHeaderInfoBmpImageContents.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)AbstractPixelParser(BmpHeaderInfo bmpHeaderInfo, byte[] colorTable, byte[] imageData) (package private)AbstractPixelParserSimple(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData) (package private)BmpImageContents(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData, AbstractPixelParser abstractPixelParser) (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)