org.jpedal.jbig2.segment.symboldictionary
Class SymbolDictionarySegment
java.lang.Object
org.jpedal.jbig2.segment.Segment
org.jpedal.jbig2.segment.symboldictionary.SymbolDictionarySegment
public class SymbolDictionarySegment
- extends Segment
| Fields inherited from class org.jpedal.jbig2.segment.Segment |
arithmeticDecoder, BITMAP, decoder, END_OF_FILE, END_OF_PAGE, END_OF_STRIPE, EXTENSION, huffmanDecoder, IMMEDIATE_GENERIC_REFINEMENT_REGION, IMMEDIATE_GENERIC_REGION, IMMEDIATE_HALFTONE_REGION, IMMEDIATE_LOSSLESS_GENERIC_REFINEMENT_REGION, IMMEDIATE_LOSSLESS_GENERIC_REGION, IMMEDIATE_LOSSLESS_HALFTONE_REGION, IMMEDIATE_LOSSLESS_TEXT_REGION, IMMEDIATE_TEXT_REGION, INTERMEDIATE_GENERIC_REFINEMENT_REGION, INTERMEDIATE_GENERIC_REGION, INTERMEDIATE_HALFTONE_REGION, INTERMEDIATE_TEXT_REGION, mmrDecoder, PAGE_INFORMATION, PATTERN_DICTIONARY, PROFILES, segmentHeader, SYMBOL_DICTIONARY, TABLES |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolDictionarySegment
public SymbolDictionarySegment(JBIG2StreamDecoder streamDecoder)
readSegment
public void readSegment()
throws java.io.IOException,
JBIG2Exception
- Specified by:
readSegment in class Segment
- Throws:
java.io.IOException
JBIG2Exception
getNoOfExportedSymbols
public int getNoOfExportedSymbols()
setNoOfExportedSymbols
public void setNoOfExportedSymbols(int noOfExportedSymbols)
getNoOfNewSymbols
public int getNoOfNewSymbols()
setNoOfNewSymbols
public void setNoOfNewSymbols(int noOfNewSymbols)
getBitmaps
public JBIG2Bitmap[] getBitmaps()
getSymbolDictionaryFlags
public SymbolDictionaryFlags getSymbolDictionaryFlags()
setSymbolDictionaryFlags
public void setSymbolDictionaryFlags(SymbolDictionaryFlags symbolDictionaryFlags)