jPod PDF library

de.intarsys.pdf.filter
Class CCITTFaxDecoder

java.lang.Object
  extended by de.intarsys.pdf.filter.CCITTFaxDecoder

public class CCITTFaxDecoder
extends Object


Constructor Summary
CCITTFaxDecoder(int fillOrder, int w, int h)
           
 
Method Summary
 void decodeT41D(byte[] buffer, byte[] compData, int startX, int height)
           
 void decodeT42D(byte[] buffer, byte[] compData, int startX, int height)
           
 void decodeT6(byte[] buffer, byte[] compData, int startX, int height)
           
 boolean isAlign()
           
 boolean isFillBits()
           
 void setAlign(boolean align)
           
 void setFillBits(boolean fillBits)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCITTFaxDecoder

public CCITTFaxDecoder(int fillOrder,
                       int w,
                       int h)
Parameters:
fillOrder - The fill order of the compressed data bytes.
w -
h -
Method Detail

decodeT41D

public void decodeT41D(byte[] buffer,
                       byte[] compData,
                       int startX,
                       int height)

decodeT42D

public void decodeT42D(byte[] buffer,
                       byte[] compData,
                       int startX,
                       int height)

decodeT6

public void decodeT6(byte[] buffer,
                     byte[] compData,
                     int startX,
                     int height)

isAlign

public boolean isAlign()

isFillBits

public boolean isFillBits()

setAlign

public void setAlign(boolean align)

setFillBits

public void setFillBits(boolean fillBits)

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.