de.intarsys.pdf.filter
Class CCITTFaxDecoder
java.lang.Object
de.intarsys.pdf.filter.CCITTFaxDecoder
public class CCITTFaxDecoder
- extends Object
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)
|
CCITTFaxDecoder
public CCITTFaxDecoder(int fillOrder,
int w,
int h)
- Parameters:
fillOrder
- The fill order of the compressed data bytes.w
- h
-
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)
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.