|
||||||||||
| 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.PixelParserSimple
org.apache.sanselan.formats.bmp.pixelparsers.PixelParserRgb
public class PixelParserRgb
| Field Summary |
|---|
| Fields inherited from class org.apache.sanselan.formats.bmp.pixelparsers.PixelParser |
|---|
bfp, bhi, colorTable, imageData, is |
| Constructor Summary | |
|---|---|
PixelParserRgb(BmpHeaderInfo bhi,
byte[] ColorTable,
byte[] ImageData)
|
|
| Method Summary | |
|---|---|
int |
getNextRGB()
|
void |
newline()
|
| Methods inherited from class org.apache.sanselan.formats.bmp.pixelparsers.PixelParserSimple |
|---|
processImage |
| 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 PixelParserRgb(BmpHeaderInfo bhi,
byte[] ColorTable,
byte[] ImageData)
| Method Detail |
|---|
public int getNextRGB()
throws ImageReadException,
java.io.IOException
getNextRGB in class PixelParserSimpleImageReadException
java.io.IOException
public void newline()
throws ImageReadException,
java.io.IOException
newline in class PixelParserSimpleImageReadException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||