| Package | Description |
|---|---|
| org.apache.sanselan.formats.bmp.pixelparsers |
| Modifier and Type | Field and Description |
|---|---|
BmpHeaderInfo |
PixelParser.bhi |
| Constructor and Description |
|---|
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) |
Copyright © 2007-2012. All Rights Reserved.