|
JIU 0.14.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jiu.codecs.tiff.TIFFFaxCodes
public class TIFFFaxCodes
Information to be used to decode and encode TIFF files in one of the bilevel compression types Modified Huffman, CCITT Group 3 or CCITT Group 4.
Field Summary | |
---|---|
static int[][][] |
BLACK_CODES
The code words and their meanings for black codes. |
static int |
INDEX_CODE_VALUE
Index of the code value in the int[] value pairs. |
static int |
INDEX_CODE_WORD
Index of the code word in the int[] value pairs. |
static int |
MIN_BLACK_CODE_SIZE
Minimum code length in bits of black codes. |
static int |
MIN_WHITE_CODE_SIZE
Minimum code length in bits of white codes. |
static int[][][] |
WHITE_CODES
The code words and their meanings for white codes. |
Constructor Summary | |
---|---|
TIFFFaxCodes()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INDEX_CODE_WORD
public static final int INDEX_CODE_VALUE
public static final int MIN_BLACK_CODE_SIZE
public static final int MIN_WHITE_CODE_SIZE
public static final int[][][] BLACK_CODES
public static final int[][][] WHITE_CODES
Constructor Detail |
---|
public TIFFFaxCodes()
|
JIU 0.14.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |