org.apache.sanselan.formats.bmp.pixelparsers
Class PixelParserRle

java.lang.Object
  extended by org.apache.sanselan.formats.bmp.pixelparsers.PixelParser
      extended by org.apache.sanselan.formats.bmp.pixelparsers.PixelParserRle

public class PixelParserRle
extends PixelParser


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

PixelParserRle

public PixelParserRle(BmpHeaderInfo bhi,
                      byte[] ColorTable,
                      byte[] ImageData)
Method Detail

processImage

public void processImage(java.awt.image.BufferedImage bi)
                  throws ImageReadException,
                         java.io.IOException
Specified by:
processImage in class PixelParser
Throws:
ImageReadException
java.io.IOException


Copyright © 2007-2009. All Rights Reserved.