Uses of Class
org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable
-
Packages that use HuffmanTable Package Description org.apache.pdfbox.jbig2.decoder.huffman org.apache.pdfbox.jbig2.segments -
-
Uses of HuffmanTable in org.apache.pdfbox.jbig2.decoder.huffman
Subclasses of HuffmanTable in org.apache.pdfbox.jbig2.decoder.huffman Modifier and Type Class Description class
EncodedTable
This class represents a encoded huffman table.class
FixedSizeTable
This class represents a fixed size huffman table.(package private) static class
StandardTables.StandardTable
Fields in org.apache.pdfbox.jbig2.decoder.huffman declared as HuffmanTable Modifier and Type Field Description private static HuffmanTable[]
StandardTables. STANDARD_TABLES
Methods in org.apache.pdfbox.jbig2.decoder.huffman that return HuffmanTable Modifier and Type Method Description static HuffmanTable
StandardTables. getTable(int number)
-
Uses of HuffmanTable in org.apache.pdfbox.jbig2.segments
Fields in org.apache.pdfbox.jbig2.segments declared as HuffmanTable Modifier and Type Field Description private HuffmanTable
SymbolDictionary. aggInstTable
private HuffmanTable
SymbolDictionary. bmSizeTable
private HuffmanTable
SymbolDictionary. dhTable
User-supplied tables *private HuffmanTable
TextRegion. dsTable
private HuffmanTable
SymbolDictionary. dwTable
private HuffmanTable
TextRegion. fsTable
User-supplied tables *private HuffmanTable
TextRegion. rdhTable
private HuffmanTable
TextRegion. rdwTable
private HuffmanTable
TextRegion. rdxTable
private HuffmanTable
TextRegion. rdyTable
private HuffmanTable
TextRegion. rSizeTable
private HuffmanTable
TextRegion. table
Methods in org.apache.pdfbox.jbig2.segments that return HuffmanTable Modifier and Type Method Description private HuffmanTable
SymbolDictionary. getUserTable(int tablePosition)
private HuffmanTable
TextRegion. getUserTable(int tablePosition)
-