|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sanselan.formats.bmp.pixelparsers.PixelParser
org.apache.sanselan.formats.bmp.pixelparsers.PixelParserRle
public class PixelParserRle
| Field Summary |
|---|
| Fields inherited from class org.apache.sanselan.formats.bmp.pixelparsers.PixelParser |
|---|
bfp, bhi, colorTable, imageData, is |
| Constructor Summary | |
|---|---|
PixelParserRle(BmpHeaderInfo bhi,
byte[] ColorTable,
byte[] ImageData)
|
|
| Method Summary | |
|---|---|
void |
processImage(java.awt.image.BufferedImage bi)
|
| Methods inherited from class org.apache.sanselan.formats.bmp.pixelparsers.PixelParser |
|---|
getColorTableRGB |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PixelParserRle(BmpHeaderInfo bhi,
byte[] ColorTable,
byte[] ImageData)
| Method Detail |
|---|
public void processImage(java.awt.image.BufferedImage bi)
throws ImageReadException,
java.io.IOException
processImage in class PixelParserImageReadException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||