org.jfree.pixie.wmf.bitmap
Class RLE4Compression

java.lang.Object
  extended byorg.jfree.pixie.wmf.bitmap.BitmapCompression
      extended byorg.jfree.pixie.wmf.bitmap.RLE4Compression

public class RLE4Compression
extends BitmapCompression


Constructor Summary
RLE4Compression()
           
 
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

RLE4Compression

public RLE4Compression()
Method Detail

decompress

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