| java.lang.Object org.apache.xmlgraphics.image.codec.tiff.TIFFFaxDecoder
TIFFFaxDecoder | class TIFFFaxDecoder (Code) | | |
Constructor Summary | |
public | TIFFFaxDecoder(int fillOrder, int w, int h) |
Method Summary | |
public void | decode1D(byte[] buffer, byte[] compData, int startX, int height) | public void | decode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options) | public void | decodeNextScanline(byte[] buffer, int lineOffset, int bitOffset) | public synchronized void | decodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options) |
additionalMakeup | static short[] additionalMakeup(Code) | | |
black | static short[] black(Code) | | |
flipTable | static byte[] flipTable(Code) | | |
initBlack | static short[] initBlack(Code) | | |
table1 | static int[] table1(Code) | | |
table2 | static int[] table2(Code) | | |
twoBitBlack | static short[] twoBitBlack(Code) | | |
twoDCodes | static byte[] twoDCodes(Code) | | |
white | static short[] white(Code) | | |
TIFFFaxDecoder | public TIFFFaxDecoder(int fillOrder, int w, int h)(Code) | | Parameters: fillOrder - The fill order of the compressed data bytes. Parameters: w - The width of the image in pixels Parameters: h - The height of the image in pixels |
decode1D | public void decode1D(byte[] buffer, byte[] compData, int startX, int height)(Code) | | |
decode2D | public void decode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options)(Code) | | |
decodeNextScanline | public void decodeNextScanline(byte[] buffer, int lineOffset, int bitOffset)(Code) | | |
decodeT6 | public synchronized void decodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options)(Code) | | |
|
|