|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbits.JbigBitSequenceCompressor
public class JbigBitSequenceCompressor
| Constructor Summary | |
|---|---|
JbigBitSequenceCompressor()
|
|
| Method Summary | |
|---|---|
static BitSequence |
compress(BitSequence sequence,
int pixelHeight,
int pixelWidth)
Compresses the specified BitSequence, interpreted as a pixelWidth x pixelHeight monochrome bitmap, using the JBIG2 compressor. |
static BitSequence |
decompress(BitSequence sequence)
Decompresses the specified JBIG2 bit sequence. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JbigBitSequenceCompressor()
| Method Detail |
|---|
public static BitSequence compress(BitSequence sequence,
int pixelHeight,
int pixelWidth)
sequence - pixelWidth - pixelHeight -
public static BitSequence decompress(BitSequence sequence)
sequence - pixelHeight - pixelWidth -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||