Uses of Class
org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable
Packages that use HuffmanTable
-
Uses of HuffmanTable in org.apache.pdfbox.jbig2.decoder.huffman
Subclasses of HuffmanTable in org.apache.pdfbox.jbig2.decoder.huffmanModifier and TypeClassDescriptionclass
This class represents a encoded huffman table.class
This class represents a fixed size huffman table.(package private) static class
Fields in org.apache.pdfbox.jbig2.decoder.huffman declared as HuffmanTableMethods in org.apache.pdfbox.jbig2.decoder.huffman that return HuffmanTable -
Uses of HuffmanTable in org.apache.pdfbox.jbig2.segments
Fields in org.apache.pdfbox.jbig2.segments declared as HuffmanTableModifier and TypeFieldDescriptionprivate 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 HuffmanTableModifier and TypeMethodDescriptionprivate HuffmanTable
SymbolDictionary.getUserTable
(int tablePosition) private HuffmanTable
TextRegion.getUserTable
(int tablePosition)