org.jfree.pixie.wmf.bitmap
Class RLE8Compression

java.lang.Object
  |
  +--org.jfree.pixie.wmf.bitmap.BitmapCompression
        |
        +--org.jfree.pixie.wmf.bitmap.RLE8Compression

public class RLE8Compression
extends BitmapCompression


Constructor Summary
RLE8Compression()
           
 
Method Summary
 int[] decompress(java.io.InputStream in, GDIPalette palette)
           
 
Methods inherited from class org.jfree.pixie.wmf.bitmap.BitmapCompression
expand4BitTuple, expandMonocrome, getBpp, getHeight, getWidth, isTopDown, setBpp, setDimension, setTopDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RLE8Compression

public RLE8Compression()
Method Detail

decompress

public int[] decompress(java.io.InputStream in,
                        GDIPalette palette)
Specified by:
decompress in class BitmapCompression