Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- a - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- a0 - Variable in class org.apache.pdfbox.jbig2.image.Resizer.Mapping
- accumulate(int, Scanline) - Method in class org.apache.pdfbox.jbig2.image.BitmapScanline
- accumulate(int, Scanline) - Method in class org.apache.pdfbox.jbig2.image.Scanline
- accumulate(int, Scanline) - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- accumulate(int, Scanline) - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBiLevelPackedScanline
- accumulate(int, Scanline) - Method in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- accumulate(int, Scanline) - Method in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- add(SegmentHeader) - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
Adds a
SegmentHeader
into the page's segments map. - addSegment(Integer, SegmentHeader) - Method in class org.apache.pdfbox.jbig2.JBIG2Globals
- addSymbol(Region) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- aggInstTable - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- align() - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
-
Skip to next byte
- amountOfDecodedSymbols - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- amountOfExportSymbolss - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
Number of exported symbols, 7.4.2.1.4
- amountOfImportedSymbolss - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- amountOfNewSymbols - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
Number of new symbols, 7.4.2.1.5
- amountOfPages - Variable in class org.apache.pdfbox.jbig2.JBIG2Document
-
According to D.4.3 - Number of pages field (4 bytes).
- amountOfPagesUnknown - Variable in class org.apache.pdfbox.jbig2.JBIG2Document
-
According to D.4.2 - Bit 1
true
if amount of pages is unknown, amount of pages field is not presentfalse
if there is a field in the file header where the amount of pages can be read - amountOfSymbolInstances - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
-
Number of symbol instances, 7.4.3.1.4
- amountOfSymbols - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- AND - Enum constant in enum org.apache.pdfbox.jbig2.util.CombinationOperator
- append(HuffmanTable.Code) - Method in class org.apache.pdfbox.jbig2.decoder.huffman.InternalNode
- arithDecoder - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- arithDecoder - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- arithmeticDecoder - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- arithmeticDecoder - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- ArithmeticDecoder - Class in org.apache.pdfbox.jbig2.decoder.arithmetic
-
This class represents the arithmetic decoder, described in ISO/IEC 14492:2001 in E.3
- ArithmeticDecoder(ImageInputStream) - Constructor for class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- ArithmeticIntegerDecoder - Class in org.apache.pdfbox.jbig2.decoder.arithmetic
-
This class represents the arithmetic integer decoder, described in ISO/IEC 14492:2001 (Annex A).
- ArithmeticIntegerDecoder(ArithmeticDecoder) - Constructor for class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticIntegerDecoder
- arraycopy(Bitmap, int, Bitmap, int, int) - Static method in class org.apache.pdfbox.jbig2.Bitmap
-
Copy parts of the underlying array of a Bitmap to another Bitmap.
- asBufferedImage(Bitmap) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
-
Returns the given bitmap as buffered image.
- asBufferedImage(Bitmap, ImageReadParam, FilterType) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
-
Returns the given bitmap as buffered image.
- asBufferedImage(Bitmap, FilterType) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
-
Returns the given bitmap as buffered image.
- asRaster(Bitmap) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
-
Returns the given bitmap as writable raster.
- asRaster(Bitmap, ImageReadParam, FilterType) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
-
Returns the given bitmap as writable raster.
- asRaster(Bitmap, FilterType) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
-
Returns the given bitmap as writable raster.
- AUTO - Enum constant in enum org.apache.pdfbox.jbig2.image.Resizer.Order
B
- b - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- b0 - Variable in class org.apache.pdfbox.jbig2.image.Resizer.Mapping
- Bessel - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Bessel() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Bessel
- BesselOrderOne(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Bessel
- BIG_ENOUGH_FLOOR - Static variable in class org.apache.pdfbox.jbig2.util.Utils
- BIG_ENOUGH_INT - Static variable in class org.apache.pdfbox.jbig2.util.Utils
- BIG_ENOUGH_ROUND - Static variable in class org.apache.pdfbox.jbig2.util.Utils
- bitLength - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.Code
- bitmap - Variable in class org.apache.pdfbox.jbig2.Bitmap
-
8 pixels per byte, 0 for white, 1 for black
- bitmap - Variable in class org.apache.pdfbox.jbig2.image.BitmapScanline
- Bitmap - Class in org.apache.pdfbox.jbig2
-
This class represents a bi-level image that is organized like a bitmap.
- Bitmap(int, int) - Constructor for class org.apache.pdfbox.jbig2.Bitmap
-
Creates an instance of a blank image.
The image data is stored in a byte array. - bitmapHeight - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
-
Page bitmap height, four byte, 7.4.8.2
- bitmapHeight - Variable in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
-
Region segment bitmap height, 7.4.1.2
- Bitmaps - Class in org.apache.pdfbox.jbig2.image
- Bitmaps() - Constructor for class org.apache.pdfbox.jbig2.image.Bitmaps
- BitmapScanline - Class in org.apache.pdfbox.jbig2.image
- BitmapScanline(Bitmap, WritableRaster, int) - Constructor for class org.apache.pdfbox.jbig2.image.BitmapScanline
- bitmapWidth - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
-
Page bitmap width, four byte, 7.4.8.1
- bitmapWidth - Variable in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
-
Region segment bitmap width, 7.4.1.1
- bitMasks - Variable in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- bitOffsets - Variable in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- bitPattern(int, int) - Static method in class org.apache.pdfbox.jbig2.decoder.huffman.ValueNode
- bitsPerChannel - Variable in class org.apache.pdfbox.jbig2.image.Resizer
-
Number of bits per channel
- BlackCodes - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- Blackman - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Blackman() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Blackman
- blackTable - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- blit(Bitmap, long) - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- blit(Bitmap, Bitmap, int, int, CombinationOperator) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
-
This method combines a given bitmap with the current instance.
- blitShifted(Bitmap, Bitmap, int, int, int, int, int, int, int, int, CombinationOperator, int) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
- blitSpecialShifted(Bitmap, Bitmap, int, int, int, int, int, int, int, int, CombinationOperator) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
- blitUnshifted(Bitmap, Bitmap, int, int, int, int, int, CombinationOperator) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
- blur - Variable in class org.apache.pdfbox.jbig2.image.Filter
-
blur factor (1=normal)
- bmSizeTable - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- Box - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Box() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Box
- Box(double) - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Box
- buffer - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- buffer - Variable in class org.apache.pdfbox.jbig2.io.SubInputStream
-
A buffer which is used to improve read performance.
- bufferBase - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- bufferBase - Variable in class org.apache.pdfbox.jbig2.io.SubInputStream
-
Location of the first byte in the buffer with respect to the start of the stream.
- bufferTop - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- bufferTop - Variable in class org.apache.pdfbox.jbig2.io.SubInputStream
-
Location of the last byte in the buffer with respect to the start of the stream.
- buildRaster(Bitmap, FilterType, double, double) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
- ByteBGRScanline(Raster, WritableRaster, int) - Constructor for class org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- ByteBiLevelPackedScanline(Raster, WritableRaster, int) - Constructor for class org.apache.pdfbox.jbig2.image.Scanline.ByteBiLevelPackedScanline
- byteIn() - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- byType(FilterType) - Static method in class org.apache.pdfbox.jbig2.image.Filter
-
Find a filter by its type.
C
- c - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- cache - Variable in class org.apache.pdfbox.jbig2.util.cache.SoftReferenceCache
- cache - Static variable in class org.apache.pdfbox.jbig2.util.cache.SoftReferenceCacheBridge
- Cache - Interface in org.apache.pdfbox.jbig2.util.cache
- cacheBridge - Static variable in class org.apache.pdfbox.jbig2.util.cache.CacheFactory
- CacheBridge - Interface in org.apache.pdfbox.jbig2.util.cache
- CacheFactory - Class in org.apache.pdfbox.jbig2.util.cache
- CacheFactory() - Constructor for class org.apache.pdfbox.jbig2.util.cache.CacheFactory
- canDecodeInput(Object) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- canNodeAppear(String, ImageTypeSpecifier) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageMetadataFormat
- canReadRaster() - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
- cardinal - Variable in class org.apache.pdfbox.jbig2.image.Filter
-
is this filter cardinal? ie, does func(x) = (x==0) for integer x?
- Catrom - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Catrom() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Catrom
- ceil(double) - Static method in class org.apache.pdfbox.jbig2.util.Utils
-
A fast implementation of
Math.ceil(double)
. - channelMask - Variable in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- checkInput() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- checkInput() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- checkInput() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- clamp(double, double, double) - Static method in class org.apache.pdfbox.jbig2.util.Utils
-
Clamp the value into the range [min..max].
- cleanSegmentData() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- clear() - Method in class org.apache.pdfbox.jbig2.image.BitmapScanline
- clear() - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- clear() - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBiLevelPackedScanline
- clear() - Method in class org.apache.pdfbox.jbig2.image.Scanline
- clear() - Method in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- clear() - Method in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- clear() - Method in interface org.apache.pdfbox.jbig2.util.cache.Cache
-
Removes all mappings from a map (optional operation).
- clear() - Method in class org.apache.pdfbox.jbig2.util.cache.SoftReferenceCache
- clearPageData() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
Reset memory-critical parts of page.
- clearSegmentData() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
Resets the memory-critical segments to force on-demand-decoding and to avoid holding the segments' bitmap too long.
- clsLoader - Static variable in class org.apache.pdfbox.jbig2.util.cache.CacheFactory
- code - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable.Code
- Code(int[]) - Constructor for class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.Code
- Code(int, int, int, boolean) - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable.Code
- CODE_EOF - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_EOL - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_EXT1D - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_EXT2D - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_H - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_MAX - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_OFFSET - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- CODE_P - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_V0 - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_VL1 - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_VL2 - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_VL3 - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_VR1 - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_VR2 - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- CODE_VR3 - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- codeTableToString(List<HuffmanTable.Code>) - Static method in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable
- codeWord - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.Code
- coerce - Variable in class org.apache.pdfbox.jbig2.image.Resizer
-
Should filters be simplified if possible?
- collectPageStripes() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
- combinationOperator - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
- combinationOperator - Variable in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
-
Region segment flags, 7.4.1.5
- combinationOperator - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- CombinationOperator - Enum in org.apache.pdfbox.jbig2.util
-
This enumeration keeps the available logical operator defined in the JBIG2 ISO standard.
- CombinationOperator() - Constructor for enum org.apache.pdfbox.jbig2.util.CombinationOperator
- combinationOperatorOverrideAllowed - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
-
Page segment flags, one byte, 7.4.8.5
- combineBytes(byte, byte, CombinationOperator) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
-
The method combines two given bytes with an logical operator.
- combineGrayScalePlanes(Bitmap[], int) - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- COMP_FAXG3 - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- COMP_FAXG3_2D - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- COMP_FAXG4 - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- COMP_MMR - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- COMP_RLE - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- componentCount - Variable in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- componentCount - Variable in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- composePageBitmap() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
This method composes the segments' bitmaps to a page and stores the page as a
Bitmap
- computeGrayScaleValues(Bitmap[], int) - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- computeSegmentDataStructure() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- computeSegmentDataStructure() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- computeSegmentDataStructure() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- computeSymbolCodeLength() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- computeX(int, int) - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- computeY(int, int) - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- copyLine(Bitmap, Bitmap, int, int, int, int, int, boolean, int, int) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
- copyLineAbove(int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
-
Each pixel gets the value from the corresponding pixel of the row above.
- countRegions() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
This method counts the regions segments.
- createLittleEndianTable(int[][]) - Static method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
-
For little endian, the tables are structured like this:
- createNormalPage(PageInformation) - Method in class org.apache.pdfbox.jbig2.JBIG2Page
- createPage(PageInformation) - Method in class org.apache.pdfbox.jbig2.JBIG2Page
- createReaderInstance(Object) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- createRegionBitmap() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- createScanline(Object, Object, int) - Static method in class org.apache.pdfbox.jbig2.image.Resizer
- createStripedPage(PageInformation) - Method in class org.apache.pdfbox.jbig2.JBIG2Page
- createXWeights(Rectangle, Rectangle, ParameterizedFilter) - Method in class org.apache.pdfbox.jbig2.image.Resizer
- ct - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- Cubic - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Cubic() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Cubic
- currentS - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
-
Further parameters
- cx - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.CX
- cx - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- cx - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- cx - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- cx - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- cx() - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.CX
- CX - Class in org.apache.pdfbox.jbig2.decoder.arithmetic
-
CX represents the context used by arithmetic decoding and arithmetic integer decoding.
- CX(int, int) - Constructor for class org.apache.pdfbox.jbig2.decoder.arithmetic.CX
- cxIAAI - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- cxIADH - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- cxIADS - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- cxIADT - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- cxIADT - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- cxIADW - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- cxIAEX - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- cxIAFS - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- cxIAID - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- cxIAID - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- cxIAIT - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- cxIARDH - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- cxIARDW - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- cxIARDX - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- cxIARDX - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- cxIARDY - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- cxIARDY - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- cxIARI - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
D
- data - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- data - Variable in class org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- data - Variable in class org.apache.pdfbox.jbig2.image.Scanline.ByteBiLevelPackedScanline
- data - Variable in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- data - Variable in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- dataHeaderLength - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- dataHeaderLength - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- dataHeaderLength - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- dataHeaderOffset - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- dataHeaderOffset - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- dataHeaderOffset - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
-
Segment data structure (only necessary if MMR is used)
- dataLength - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- dataLength - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- dataLength - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- dataOffset - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- dataOffset - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- dataOffset - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- debug - Static variable in class org.apache.pdfbox.jbig2.image.Resizer
- decode(ImageInputStream) - Method in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable
- decode(ImageInputStream) - Method in class org.apache.pdfbox.jbig2.decoder.huffman.InternalNode
- decode(ImageInputStream) - Method in class org.apache.pdfbox.jbig2.decoder.huffman.Node
- decode(ImageInputStream) - Method in class org.apache.pdfbox.jbig2.decoder.huffman.OutOfBandNode
- decode(ImageInputStream) - Method in class org.apache.pdfbox.jbig2.decoder.huffman.ValueNode
- decode(CX) - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- decode(CX) - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticIntegerDecoder
-
Arithmetic Integer Decoding Procedure, Annex A.2.
- decodeAggregate(int, int) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- decodeCurrentT() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeDfS() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeDifferenceWidth() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- decodeDirectlyThroughGenericRegion(int, int) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- decodeDT() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeHeightClassBitmap(Bitmap, int, int, int[]) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- decodeHeightClassCollectiveBitmap(long, int, int) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- decodeHeightClassDeltaHeight() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- decodeHeightClassDeltaHeightWithHuffman() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
6.5.6 if isHuffmanEncoded
- decodeIAID(CX, long) - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticIntegerDecoder
-
The IAID decoding procedure, Annex A.3.
- decodeIb(long, long) - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeID() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeIdS() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeLine(int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- decodeNewSymbols(int, int, Bitmap, int, int) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- decodeOptimized(int, int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- decoder - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticIntegerDecoder
- decodeRdh() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeRdw() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeRdx() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeRdy() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeRefinedSymbol(int, int) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- decodeRI() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeSLTP() - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- decodeSLTP() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- decodeStripT() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeSymbolInstances() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeSymInRefSize() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- decodeTemplate(int, int, int, int, int, int, int, int, int, int, GenericRefinementRegion.Template) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- decodeTemplate0a(int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- decodeTemplate0b(int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- decodeTemplate1(int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- decodeTemplate2(int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- decodeTemplate3(int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- decodeThroughTextRegion(int, int, long) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- decodeTypicalPredictedLine(int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- decodeTypicalPredictedLineTemplate0(int, int, int, int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- decodeTypicalPredictedLineTemplate1(int, int, int, int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- defaultFilter - Static variable in enum org.apache.pdfbox.jbig2.image.FilterType
- DefaultInputStreamFactory - Class in org.apache.pdfbox.jbig2.io
- DefaultInputStreamFactory() - Constructor for class org.apache.pdfbox.jbig2.io.DefaultInputStreamFactory
- defaultPixel - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- defaultPixelValue - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
- depth - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.InternalNode
- detectAndSkipEOL() - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- determineRandomDataOffsets(List<SegmentHeader>, long) - Method in class org.apache.pdfbox.jbig2.JBIG2Document
-
Determines the start of the data parts and sets the offset.
- dhTable - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
User-supplied tables *
- Dictionary - Interface in org.apache.pdfbox.jbig2
-
Interface for all JBIG2 dictionaries segments.
- DictionaryViewer - Class in org.apache.pdfbox.jbig2.util
-
This class is for debug purpose only.
- DictionaryViewer() - Constructor for class org.apache.pdfbox.jbig2.util.DictionaryViewer
- dilateRect(Rectangle2D, double, double) - Static method in class org.apache.pdfbox.jbig2.util.Utils
-
Return a new rectangle which covers the area of the given rectangle with an additional margin on the sides.
- document - Variable in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
JBIG2 document to which we delegate current work.
- document - Variable in class org.apache.pdfbox.jbig2.JBIG2Page
- dsTable - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- dstRaster - Variable in class org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- dstRaster - Variable in class org.apache.pdfbox.jbig2.image.Scanline.ByteBiLevelPackedScanline
- dstRaster - Variable in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- dstRaster - Variable in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- dstSM - Variable in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- dstToSrc(double) - Method in class org.apache.pdfbox.jbig2.image.Resizer.Mapping
- dwTable - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
E
- EncodedTable - Class in org.apache.pdfbox.jbig2.decoder.huffman
-
This class represents a encoded huffman table.
- EncodedTable(Table) - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.EncodedTable
- EndOfStripe - Class in org.apache.pdfbox.jbig2.segments
-
This segment flags an end of stripe (see JBIG2 ISO standard, 7.4.9).
- EndOfStripe() - Constructor for class org.apache.pdfbox.jbig2.segments.EndOfStripe
- enlargeRectToGrid(Rectangle2D) - Static method in class org.apache.pdfbox.jbig2.util.Utils
-
Create a rectangle with the same area as the given input rectangle but with all of its edges snapped (rounded) to the integer grid.
- EOF - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- EOL - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- EPSILON - Static variable in class org.apache.pdfbox.jbig2.image.Resizer
-
Error tolerance
- equals(Object) - Method in class org.apache.pdfbox.jbig2.Bitmap
- equals(Object) - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.Code
- eval(double, int) - Method in class org.apache.pdfbox.jbig2.image.ParameterizedFilter
- exportSymbols - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
Return value of that segment
- EXTRA_IMAGE_METADATA_FORMAT_CLASSNAME - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- EXTRA_IMAGE_METADATA_FORMAT_NAME - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- EXTRA_STREAM_METADATA_FORMAT_CLASSNAME - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- EXTRA_STREAM_METADATA_FORMAT_NAME - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- extract(Rectangle, Bitmap) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
-
Returns the specified rectangle area of the bitmap.
- extractPatterns(Bitmap) - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
F
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Bessel
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Blackman
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Box
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Catrom
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Cubic
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Gaussian
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Hamming
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Hanning
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Hermite
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Lanczos
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Mitchell
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Quadratic
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Sinc
- f(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Triangle
- fetch(int, int) - Method in class org.apache.pdfbox.jbig2.image.BitmapScanline
- fetch(int, int) - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- fetch(int, int) - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBiLevelPackedScanline
- fetch(int, int) - Method in class org.apache.pdfbox.jbig2.image.Scanline
- fetch(int, int) - Method in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- fetch(int, int) - Method in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- FILE_HEADER_ID - Variable in class org.apache.pdfbox.jbig2.JBIG2Document
-
ID string in file header, see ISO/IEC 14492:2001, D.4.1
- FILEHEADER_PREAMBLE - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
-
According to D.4.1:
- fileHeaderLength - Variable in class org.apache.pdfbox.jbig2.JBIG2Document
-
The length of the file header if exists
- fillBitmap(byte) - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Fill the underlying bitmap with the given byte value.
- fillBitmap(Bitmap, int, int[], int) - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- fillBuffer() - Method in class org.apache.pdfbox.jbig2.io.SubInputStream
-
Fill the buffer at the current stream position.
- fillBuffer(int) - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- filter - Variable in class org.apache.pdfbox.jbig2.image.ParameterizedFilter
- filter(int[], int[], Weighttab[], Scanline) - Method in class org.apache.pdfbox.jbig2.image.BitmapScanline
- filter(int[], int[], Weighttab[], Scanline) - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- filter(int[], int[], Weighttab[], Scanline) - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBiLevelPackedScanline
- filter(int[], int[], Weighttab[], Scanline) - Method in class org.apache.pdfbox.jbig2.image.Scanline
- filter(int[], int[], Weighttab[], Scanline) - Method in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- filter(int[], int[], Weighttab[], Scanline) - Method in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- filter(int, int, int, Object, int) - Method in interface org.apache.pdfbox.jbig2.image.Scanline.ScanlineFilter
- Filter - Class in org.apache.pdfbox.jbig2.image
- Filter() - Constructor for class org.apache.pdfbox.jbig2.image.Filter
- Filter(boolean, double, double) - Constructor for class org.apache.pdfbox.jbig2.image.Filter
- Filter.Bessel - Class in org.apache.pdfbox.jbig2.image
- Filter.Blackman - Class in org.apache.pdfbox.jbig2.image
- Filter.Box - Class in org.apache.pdfbox.jbig2.image
- Filter.Catrom - Class in org.apache.pdfbox.jbig2.image
- Filter.Cubic - Class in org.apache.pdfbox.jbig2.image
- Filter.Gaussian - Class in org.apache.pdfbox.jbig2.image
- Filter.Hamming - Class in org.apache.pdfbox.jbig2.image
- Filter.Hanning - Class in org.apache.pdfbox.jbig2.image
- Filter.Hermite - Class in org.apache.pdfbox.jbig2.image
- Filter.Lanczos - Class in org.apache.pdfbox.jbig2.image
- Filter.Mitchell - Class in org.apache.pdfbox.jbig2.image
- Filter.Point - Class in org.apache.pdfbox.jbig2.image
- Filter.Quadratic - Class in org.apache.pdfbox.jbig2.image
- Filter.Sinc - Class in org.apache.pdfbox.jbig2.image
- Filter.Triangle - Class in org.apache.pdfbox.jbig2.image
- FilterType - Enum in org.apache.pdfbox.jbig2.image
-
A FilterType enum for defining certain downscale filters to apply.
- FilterType() - Constructor for enum org.apache.pdfbox.jbig2.image.FilterType
- finalHeight - Variable in class org.apache.pdfbox.jbig2.JBIG2Page
- finalShift - Variable in class org.apache.pdfbox.jbig2.image.Resizer
- finalWidth - Variable in class org.apache.pdfbox.jbig2.JBIG2Page
- FIRST_LEVEL_TABLE_MASK - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- FIRST_LEVEL_TABLE_SIZE - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- fitsPage(PageInformation, Bitmap) - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
Check if we have only one region that forms the complete page.
- FixedSizeTable - Class in org.apache.pdfbox.jbig2.decoder.huffman
-
This class represents a fixed size huffman table.
- FixedSizeTable(List<HuffmanTable.Code>) - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.FixedSizeTable
- floor(double) - Static method in class org.apache.pdfbox.jbig2.util.Utils
-
A fast implementation of
Math.floor(double)
. - form(short, short, short, short, short) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion.Template
- form(short, short, short, short, short) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion.Template0
- form(short, short, short, short, short) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion.Template1
- fsTable - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
-
User-supplied tables *
- fWindowed(double) - Method in class org.apache.pdfbox.jbig2.image.Filter
- fWindowed(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Point
G
- Gaussian - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Gaussian() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Gaussian
- gbAtOverride - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- gbAtX - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
-
Generic region segment AT flags, 7.4.6.3
- gbAtX - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- gbAtY - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- gbAtY - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- gbTemplate - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- gbUseExtTemplate - Variable in class org.apache.pdfbox.jbig2.JBIG2Document
-
Defines whether extended Template is used.
- GenericRasterScanline(Raster, WritableRaster, int, int[], Scanline.ScanlineFilter) - Constructor for class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- genericRefinementRegion - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- genericRefinementRegion - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- GenericRefinementRegion - Class in org.apache.pdfbox.jbig2.segments
-
This class represents a generic refinement region and implements the procedure described in JBIG2 ISO standard, 6.3 and 7.4.7.
- GenericRefinementRegion() - Constructor for class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- GenericRefinementRegion(SubInputStream) - Constructor for class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- GenericRefinementRegion(SubInputStream, SegmentHeader) - Constructor for class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- GenericRefinementRegion.Template - Class in org.apache.pdfbox.jbig2.segments
- GenericRefinementRegion.Template0 - Class in org.apache.pdfbox.jbig2.segments
- GenericRefinementRegion.Template1 - Class in org.apache.pdfbox.jbig2.segments
- genericRegion - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- GenericRegion - Class in org.apache.pdfbox.jbig2.segments
-
This class represents a generic region segment.
Parsing is done as described in 7.4.5.
Decoding procedure is done as described in 6.2.5.7 and 7.4.6.4. - GenericRegion() - Constructor for class org.apache.pdfbox.jbig2.segments.GenericRegion
- GenericRegion(SubInputStream) - Constructor for class org.apache.pdfbox.jbig2.segments.GenericRegion
- get(Object) - Method in interface org.apache.pdfbox.jbig2.util.cache.Cache
- get(Object) - Method in class org.apache.pdfbox.jbig2.util.cache.SoftReferenceCache
- getA() - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- getAmountOfPages() - Method in class org.apache.pdfbox.jbig2.JBIG2Document
-
Retrieves the amount of pages in this JBIG2 document.
- getAsTree(String) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageMetadata
- getBitmap() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
This method returns the decoded bitmap if present.
- getBitmapHeight() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- getBitmapHeight() - Method in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- getBitmapWidth() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- getBitmapWidth() - Method in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- getBitOffset(int) - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Computes the offset of the given x coordinate in its byte.
- getBlur() - Method in class org.apache.pdfbox.jbig2.image.Filter
- getBounds() - Method in class org.apache.pdfbox.jbig2.Bitmap
- getByte(int) - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Simply returns a byte from the bitmap byte array.
- getByteArray() - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Deprecated.don't expose the underlying byte array, will be removed in a future release.
- getByteAsInteger(int) - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Converts the byte at specified index into an integer and returns the value.
- getByteIndex(int, int) - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Returns the index of the byte that contains the pixel, specified by the pixel's x and y coordinates.
- getC() - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- getCache() - Method in interface org.apache.pdfbox.jbig2.util.cache.CacheBridge
- getCache() - Static method in class org.apache.pdfbox.jbig2.util.cache.CacheFactory
- getCache() - Method in class org.apache.pdfbox.jbig2.util.cache.SoftReferenceCacheBridge
- getCache(ClassLoader) - Static method in class org.apache.pdfbox.jbig2.util.cache.CacheFactory
- getCombinationOperator() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getCombinationOperator() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- getCombinationOperator() - Method in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- getCombinationOperator(PageInformation, CombinationOperator) - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
This method checks and sets, which combination operator shall be used.
- getDataInputStream() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
-
Creates and returns a new
SubInputStream
that provides the data part of this segment. - getDefaultFilterType() - Static method in enum org.apache.pdfbox.jbig2.image.FilterType
- getDefaultPixelValue() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- getDefaultReadParam() - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
- getDefaultReadParam(int) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
Returns a default ImageReadParam object for a specific page.
- getDescription(Locale) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- getDictionary() - Method in interface org.apache.pdfbox.jbig2.Dictionary
-
Decodes a dictionary segment and returns the result.
- getDictionary() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
-
This method decodes a pattern dictionary segment and returns an array of
Bitmap
s. - getDictionary() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
6.5.5 Decoding the symbol dictionary
- getDocument() - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
- getGbAtX() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- getGbAtY() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- getGbTemplate() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- getGlobals() - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
Returns decoded segments that has been set as globals.
- getGlobalSegment(int) - Method in class org.apache.pdfbox.jbig2.JBIG2Document
-
Retrieves the segment with the given segment number considering only segments that aren't associated with a page.
- getGlobalSegments() - Method in class org.apache.pdfbox.jbig2.JBIG2Document
- getGrayMax() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- getGrReference() - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- getHDefaultPixel() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getHdpHeight() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- getHdpWidth() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- getHdTemplate() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- getHeight() - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Simply returns the height of this bitmap.
- getHeight() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
Returns the final height of the page.
- getHeight() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- getHeight(int) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
Calculates the height of the specified page.
- getHGridHeight() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getHGridWidth() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getHGridX() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getHGridY() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getHRegionX() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getHRegionY() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getHTemplate() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getHtHigh() - Method in class org.apache.pdfbox.jbig2.segments.Table
- getHtLow() - Method in class org.apache.pdfbox.jbig2.segments.Table
- getHtOOB() - Method in class org.apache.pdfbox.jbig2.segments.Table
- getHtPS() - Method in class org.apache.pdfbox.jbig2.segments.Table
- getHtRS() - Method in class org.apache.pdfbox.jbig2.segments.Table
- getImageMetadata(int) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
Simply returns the
JBIG2ImageMetadata
. - getImageTypes(int) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
Returns the iterator for available image types.
- getIndex() - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.CX
- getInputStream(InputStream) - Method in class org.apache.pdfbox.jbig2.io.DefaultInputStreamFactory
- getInputStream(InputStream) - Method in interface org.apache.pdfbox.jbig2.io.InputStreamFactory
- getInsets() - Method in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
-
Get the Insets fo the Component
- getInstance() - Static method in class org.apache.pdfbox.jbig2.JBIG2ImageMetadataFormat
- getLength() - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Returns the length of the underlying byte array.
- getLineNumber() - Method in class org.apache.pdfbox.jbig2.segments.EndOfStripe
- getMaxStripeSize() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- getMemorySize() - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Deprecated.renamed, will be removed in a future release. Use
Bitmap.getLength()
instead. - getMinimumSize() - Method in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
-
Gets the minimum Size of the Component
- getName() - Method in class org.apache.pdfbox.jbig2.image.Filter
-
Return the filter name.
- getNativeTree() - Method in class org.apache.pdfbox.jbig2.JBIG2ImageMetadata
- getNumImages(boolean) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
- getPage(int) - Method in class org.apache.pdfbox.jbig2.JBIG2Document
-
Retrieves a
JBIG2Page
specified by the given page number. - getPage(int) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
- getPageAssociation() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- getPageInformationSegment() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
Returns the associated page information segment.
- getPatterns() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getPixel(int, int) - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Returns the value of a pixel specified by the given coordinates.
- getPixel(int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- getPixel(Bitmap, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- getPreferredSize() - Method in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
-
Gets the preffered Size of the Component
- getRegionBitmap() - Method in interface org.apache.pdfbox.jbig2.Region
-
Decodes and returns a regions content.
- getRegionBitmap() - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
-
Decode using a template and arithmetic coding, as described in 6.3.5.6
- getRegionBitmap() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
-
The procedure is described in 6.2.5.7, page 17.
- getRegionBitmap() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
The procedure is described in JBIG2 ISO standard, 6.6.5.
- getRegionBitmap() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- getRegionInfo() - Method in interface org.apache.pdfbox.jbig2.Region
-
Simply returns the
RegionSegmentInformation
. - getRegionInfo() - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- getRegionInfo() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- getRegionInfo() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- getRegionInfo() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- getResolutionX() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
- getResolutionX() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- getResolutionY() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
- getResolutionY() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- getRetainFlag() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- getRowStride() - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Simply returns the row stride of this bitmap.
- getRtSegments() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- getSbSymCodeLen() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
6.5.8.2.3 - Setting SBSYMCODES and SBSYMCODELEN
- getScale() - Method in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
- getSegment(int) - Method in class org.apache.pdfbox.jbig2.JBIG2Globals
- getSegment(int) - Method in class org.apache.pdfbox.jbig2.JBIG2Page
-
This method searches for a segment specified by its number.
- getSegmentData() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
-
Retrieves the segments' data part.
- getSegmentDataLength() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- getSegmentDataStartOffset() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- getSegmentHeaderLength() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- getSegmentNr() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- getSegmentType() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- getServices(Class<B>) - Method in class org.apache.pdfbox.jbig2.util.ServiceLookup
- getServices(Class<B>, ClassLoader) - Method in class org.apache.pdfbox.jbig2.util.ServiceLookup
- getStandardDimensionNode() - Method in class org.apache.pdfbox.jbig2.JBIG2ImageMetadata
- getStreamMetadata() - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
This ImageIO plugin doesn't record
IIOMetadata
. - getSubInputStream() - Method in class org.apache.pdfbox.jbig2.segments.Table
- getSupport() - Method in class org.apache.pdfbox.jbig2.image.Filter
- getSymbols() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- getTable(int) - Static method in class org.apache.pdfbox.jbig2.decoder.huffman.StandardTables
- getToExportFlags() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- getUserTable(int) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- getUserTable(int) - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- getValueNullSafe(SoftReference<?>) - Method in class org.apache.pdfbox.jbig2.util.cache.SoftReferenceCache
- getWidth() - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Simply returns the width of this bitmap.
- getWidth() - Method in class org.apache.pdfbox.jbig2.image.Scanline
- getWidth() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
- getWidth() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- getWidth(int) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
Calculates the width of the specified page.
- getXLocation() - Method in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- getYLocation() - Method in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- globals - Variable in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
Globals are JBIG2 segments for PDF wide use.
- globalSegments - Variable in class org.apache.pdfbox.jbig2.JBIG2Document
-
Holds a load of segments, that aren't associated with a page.
- globalSegments - Variable in class org.apache.pdfbox.jbig2.JBIG2Globals
-
This map contains all segments, that are not associated with a page.
- grAtOverride - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- grAtX - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
-
Generic refinement region segment AT flags, 7.4.7.3
- grAtY - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- grayMax - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
-
Largest gray-scale value, 7.4.4.1.4 Value: one less than the number of patterns defined in this pattern dictionary
- grayScaleDecoding(int) - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Gray-scale image decoding procedure is special for halftone region decoding and is described in Annex C.5 on page 98.
H
- HalftoneRegion - Class in org.apache.pdfbox.jbig2.segments
-
This class represents the data of segment type "Halftone region".
- HalftoneRegion() - Constructor for class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- HalftoneRegion(SubInputStream) - Constructor for class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- HalftoneRegion(SubInputStream, SegmentHeader) - Constructor for class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- halftoneRegionBitmap - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Decoded data
- Hamming - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Hamming() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Hamming
- Hanning - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Hanning() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Hanning
- hCombinationOperator - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- hDefaultPixel - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Halftone segment information field, 7.4.5.1.1
- hdpHeight - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
-
Height of the patterns in the pattern dictionary, 7.4.4.1.3
- hdpWidth - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
-
Width of the patterns in the pattern dictionary, 7.4.4.1.2
- hdTemplate - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- height - Variable in class org.apache.pdfbox.jbig2.Bitmap
-
The height of the bitmap in pixels.
- height - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- Hermite - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Hermite() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Hermite
- hGridHeight - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Height of the gray-scale image, 7.4.5.1.2.2
- hGridWidth - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Width of the gray-scale image, 7.4.5.1.2.1
- hGridX - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Horizontal offset of the grid, 7.4.5.1.2.3
- hGridY - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Vertical offset of the grid, 7.4.5.1.2.4
- hRegionX - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Horizontal coordinate of the halftone grid vector, 7.4.5.1.3.1
- hRegionY - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Vertical coordinate of the halftone grod vector, 7.4.5.1.3.2
- hSkipEnabled - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- hTemplate - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- htHigh - Variable in class org.apache.pdfbox.jbig2.segments.Table
-
Code table highest value, B.2.3, page 87
- htLow - Variable in class org.apache.pdfbox.jbig2.segments.Table
-
Code table lowest value, B.2.2, page 87
- htOutOfBand - Variable in class org.apache.pdfbox.jbig2.segments.Table
-
Code table flags, B.2.1, page 87
- htPS - Variable in class org.apache.pdfbox.jbig2.segments.Table
- htRS - Variable in class org.apache.pdfbox.jbig2.segments.Table
- huffDecodeBmSize() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- huffDecodeRefAggNInst() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- HuffmanTable - Class in org.apache.pdfbox.jbig2.decoder.huffman
-
This abstract class is the base class for all types of huffman tables.
- HuffmanTable() - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable
- HuffmanTable.Code - Class in org.apache.pdfbox.jbig2.decoder.huffman
-
This static class represents a code for use in huffman tables.
I
- i0 - Variable in class org.apache.pdfbox.jbig2.image.Weighttab
- i1 - Variable in class org.apache.pdfbox.jbig2.image.Weighttab
- iDecoder - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- iis - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- IMAGE_METADATA_FORMAT_NAME - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageMetadata
- ImageComponent() - Constructor for class org.apache.pdfbox.jbig2.TestImage.ImageComponent
-
Constructor for ImageComponent.
- ImageComponent(Image) - Constructor for class org.apache.pdfbox.jbig2.TestImage.ImageComponent
-
Constructor for ImageComponent.
- imgHeight - Variable in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
- imgWidth - Variable in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
- importSymbols - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- INCOMP - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- index - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.CX
- init() - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- init(SegmentHeader, SubInputStream) - Method in interface org.apache.pdfbox.jbig2.SegmentData
-
Parse the stream and read information of header.
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.EndOfStripe
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.Profiles
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.Table
- init(SegmentHeader, SubInputStream) - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- initSymbols() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- initTables() - Static method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- initTree(List<HuffmanTable.Code>) - Method in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable
- INPUT_TYPES - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- inputFilter - Variable in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- InputStreamFactory - Interface in org.apache.pdfbox.jbig2.io
- instance - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageMetadataFormat
- integerDecoder - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- IntegerMaxValueException - Exception Class in org.apache.pdfbox.jbig2.err
-
Can be used if the maximum value limit of an integer is exceeded.
- IntegerMaxValueException() - Constructor for exception class org.apache.pdfbox.jbig2.err.IntegerMaxValueException
- IntegerMaxValueException(String) - Constructor for exception class org.apache.pdfbox.jbig2.err.IntegerMaxValueException
- IntegerMaxValueException(String, Throwable) - Constructor for exception class org.apache.pdfbox.jbig2.err.IntegerMaxValueException
- IntegerMaxValueException(Throwable) - Constructor for exception class org.apache.pdfbox.jbig2.err.IntegerMaxValueException
- IntegerSinglePixelPackedScanline(Raster, WritableRaster, int) - Constructor for class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- InternalNode - Class in org.apache.pdfbox.jbig2.decoder.huffman
-
This class represents an internal node of a huffman tree.
- InternalNode() - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.InternalNode
- InternalNode(int) - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.InternalNode
- INVALID - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- InvalidHeaderValueException - Exception Class in org.apache.pdfbox.jbig2.err
-
Can be used if a segment header value is invalid.
- InvalidHeaderValueException() - Constructor for exception class org.apache.pdfbox.jbig2.err.InvalidHeaderValueException
- InvalidHeaderValueException(String) - Constructor for exception class org.apache.pdfbox.jbig2.err.InvalidHeaderValueException
- InvalidHeaderValueException(String, Throwable) - Constructor for exception class org.apache.pdfbox.jbig2.err.InvalidHeaderValueException
- InvalidHeaderValueException(Throwable) - Constructor for exception class org.apache.pdfbox.jbig2.err.InvalidHeaderValueException
- isAmountOfPagesUnknown() - Method in class org.apache.pdfbox.jbig2.JBIG2Document
- isAuxiliaryBufferRequired() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- isCodingContextRetained - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- isCodingContextUsed - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- isCombinationOperatorOverrideAllowed() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- isFileHeaderPresent() - Method in class org.apache.pdfbox.jbig2.JBIG2Document
- isGbUseExtTemplate() - Method in class org.apache.pdfbox.jbig2.JBIG2Document
- isHSkipEnabled() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- isHuffmanEncoded - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- isHuffmanEncoded - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- isInteger(double) - Static method in class org.apache.pdfbox.jbig2.image.Resizer
-
Is x an integer?
- isLossless - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
- isLossless() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- isLowerRange - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable.Code
- isLowerRange - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.ValueNode
- isMMREncoded - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- isMMREncoded - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- isMMREncoded - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
-
Pattern dictionary flags, 7.4.4.1.1
- isMMREncoded() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- isMMREncoded() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- isMMREncoded() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- isReadOnly() - Method in class org.apache.pdfbox.jbig2.JBIG2ImageMetadata
- isStriped - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
-
Page striping information, two byte, 7.4.8.6
- isStriped() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- isTPGDon - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- isTPGDon() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- isTPGROn - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
-
Generic refinement region segment flags, 7.4.7.2
- isTransposed - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
J
- J1(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Bessel
- JBIG2Document - Class in org.apache.pdfbox.jbig2
-
This class represents the document structure with its pages and global segments.
- JBIG2Document(ImageInputStream) - Constructor for class org.apache.pdfbox.jbig2.JBIG2Document
- JBIG2Document(ImageInputStream, JBIG2Globals) - Constructor for class org.apache.pdfbox.jbig2.JBIG2Document
- JBIG2Exception - Exception Class in org.apache.pdfbox.jbig2.err
-
Identifies a JBIG2 exception.
- JBIG2Exception() - Constructor for exception class org.apache.pdfbox.jbig2.err.JBIG2Exception
- JBIG2Exception(String) - Constructor for exception class org.apache.pdfbox.jbig2.err.JBIG2Exception
- JBIG2Exception(String, Throwable) - Constructor for exception class org.apache.pdfbox.jbig2.err.JBIG2Exception
- JBIG2Exception(Throwable) - Constructor for exception class org.apache.pdfbox.jbig2.err.JBIG2Exception
- JBIG2Globals - Class in org.apache.pdfbox.jbig2
-
This class stores segments, that aren't associated to a page.
- JBIG2Globals() - Constructor for class org.apache.pdfbox.jbig2.JBIG2Globals
- JBIG2ImageMetadata - Class in org.apache.pdfbox.jbig2
- JBIG2ImageMetadata(JBIG2Page) - Constructor for class org.apache.pdfbox.jbig2.JBIG2ImageMetadata
- JBIG2ImageMetadataFormat - Class in org.apache.pdfbox.jbig2
- JBIG2ImageMetadataFormat() - Constructor for class org.apache.pdfbox.jbig2.JBIG2ImageMetadataFormat
- JBIG2ImageReader - Class in org.apache.pdfbox.jbig2
- JBIG2ImageReader(ImageReaderSpi) - Constructor for class org.apache.pdfbox.jbig2.JBIG2ImageReader
- JBIG2ImageReaderSpi - Class in org.apache.pdfbox.jbig2
-
Necessary extension for ImageIO standard.
- JBIG2ImageReaderSpi() - Constructor for class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- JBIG2Page - Class in org.apache.pdfbox.jbig2
-
This class represents a JBIG2 page.
- JBIG2Page(JBIG2Document, int) - Constructor for class org.apache.pdfbox.jbig2.JBIG2Page
- JBIG2ReadParam - Class in org.apache.pdfbox.jbig2
-
This class extends
ImageReadParam
and contains region of interest and scale / subsampling functionality - JBIG2ReadParam() - Constructor for class org.apache.pdfbox.jbig2.JBIG2ReadParam
- JBIG2ReadParam(int, int, int, int, Rectangle, Dimension) - Constructor for class org.apache.pdfbox.jbig2.JBIG2ReadParam
L
- Lanczos - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Lanczos() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Lanczos
- lastCode - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- lastOffset - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- length - Variable in class org.apache.pdfbox.jbig2.image.Scanline
- length - Variable in class org.apache.pdfbox.jbig2.io.SubInputStream
-
The length of the window.
- length() - Method in class org.apache.pdfbox.jbig2.io.SubInputStream
- lineBuffer - Variable in class org.apache.pdfbox.jbig2.image.BitmapScanline
- lineNumber - Variable in class org.apache.pdfbox.jbig2.segments.EndOfStripe
- logSBStrips - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- lpsExchange(CX, int, int) - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
M
- main(String[]) - Static method in class org.apache.pdfbox.jbig2.TestImage
- Mapping(double) - Constructor for class org.apache.pdfbox.jbig2.image.Resizer.Mapping
- Mapping(double, double, double, double) - Constructor for class org.apache.pdfbox.jbig2.image.Resizer.Mapping
- mappingX - Variable in class org.apache.pdfbox.jbig2.image.Resizer
- mappingY - Variable in class org.apache.pdfbox.jbig2.image.Resizer
- mapPixelCenter(int) - Method in class org.apache.pdfbox.jbig2.image.Resizer.Mapping
- mapStream() - Method in class org.apache.pdfbox.jbig2.JBIG2Document
-
This method maps the stream and stores all segments.
- MAX_BLACK_RUN - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- MAX_RUN_DATA_BUFFER - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- MAX_WHITE_RUN - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- maxIndex(double) - Method in class org.apache.pdfbox.jbig2.image.ParameterizedFilter
- maxStripeSize - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
- mergeTree(String, Node) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageMetadata
- mightContainRefinements - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
- mightContainRefinements() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- MIME_TYPES - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- MIN_RUN_DATA_BUFFER - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- minIndex(double) - Method in class org.apache.pdfbox.jbig2.image.ParameterizedFilter
- Mitchell - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Mitchell() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Mitchell
- MMRConstants - Class in org.apache.pdfbox.jbig2.decoder.mmr
-
Constants for MMR (de)compression.
- MMRConstants() - Constructor for class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- mmrDecompressor - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- MMRDecompressor - Class in org.apache.pdfbox.jbig2.decoder.mmr
-
A decompressor for MMR compression.
- MMRDecompressor(int, int, ImageInputStream) - Constructor for class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- MMRDecompressor.Code - Class in org.apache.pdfbox.jbig2.decoder.mmr
- MMRDecompressor.RunData - Class in org.apache.pdfbox.jbig2.decoder.mmr
-
A class encapsulating the compressed raw data.
- ModeCodes - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- modeTable - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- mps - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.CX
- mps() - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.CX
- mpsExchange(CX, int) - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- myImage - Variable in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
N
- nameByType(FilterType) - Static method in class org.apache.pdfbox.jbig2.image.Filter
-
Find a filter name by its type.
- NAMES - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- NATIVE_IMAGE_METADATA_FORMAT_CLASSNAME - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- NATIVE_IMAGE_METADATA_FORMAT_NAME - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- NATIVE_STREAM_METADATA_FORMAT_CLASSNAME - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- NATIVE_STREAM_METADATA_FORMAT_NAME - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- newSymbols - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- NO_SHIFT - Static variable in class org.apache.pdfbox.jbig2.image.Resizer
- Node - Class in org.apache.pdfbox.jbig2.decoder.huffman
-
Base class for all nodes in a huffman tree.
- Node() - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.Node
- NOMASK - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
O
- offset - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- offset - Variable in class org.apache.pdfbox.jbig2.image.Resizer.Mapping
-
x and y offset used by MAP, private fields
- offset - Variable in class org.apache.pdfbox.jbig2.io.SubInputStream
-
The position in the wrapped stream at which the window starts.
- one - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.InternalNode
- OR - Enum constant in enum org.apache.pdfbox.jbig2.util.CombinationOperator
- order - Variable in class org.apache.pdfbox.jbig2.image.Resizer
-
The order in which data is processed.
- Order() - Constructor for enum org.apache.pdfbox.jbig2.image.Resizer.Order
- org.apache.pdfbox.jbig2 - package org.apache.pdfbox.jbig2
- org.apache.pdfbox.jbig2.decoder.arithmetic - package org.apache.pdfbox.jbig2.decoder.arithmetic
- org.apache.pdfbox.jbig2.decoder.huffman - package org.apache.pdfbox.jbig2.decoder.huffman
- org.apache.pdfbox.jbig2.decoder.mmr - package org.apache.pdfbox.jbig2.decoder.mmr
- org.apache.pdfbox.jbig2.err - package org.apache.pdfbox.jbig2.err
- org.apache.pdfbox.jbig2.image - package org.apache.pdfbox.jbig2.image
- org.apache.pdfbox.jbig2.io - package org.apache.pdfbox.jbig2.io
- org.apache.pdfbox.jbig2.segments - package org.apache.pdfbox.jbig2.segments
- org.apache.pdfbox.jbig2.util - package org.apache.pdfbox.jbig2.util
- org.apache.pdfbox.jbig2.util.cache - package org.apache.pdfbox.jbig2.util.cache
- organisationType - Variable in class org.apache.pdfbox.jbig2.JBIG2Document
-
According to D.4.2 - File header bit 0
- OutOfBandNode - Class in org.apache.pdfbox.jbig2.decoder.huffman
-
Represents a out of band node in a huffman tree.
- OutOfBandNode(HuffmanTable.Code) - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.OutOfBandNode
- override - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
-
If true, AT pixels are not on their nominal location and have to be overridden.
- override - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
-
If true, AT pixels are not on their nominal location and have to be overridden
- overrideAtTemplate0(int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- overrideAtTemplate0a(int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- overrideAtTemplate0b(int, int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- overrideAtTemplate1(int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- overrideAtTemplate2(int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- overrideAtTemplate3(int, int, int, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
P
- P1(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Bessel
- pad(StringBuilder) - Method in class org.apache.pdfbox.jbig2.decoder.huffman.InternalNode
- page - Variable in class org.apache.pdfbox.jbig2.JBIG2ImageMetadata
- pageAssociation - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- pageAssociationFieldSize - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- pageBitmap - Variable in class org.apache.pdfbox.jbig2.JBIG2Page
-
The page bitmap that represents the page buffer
- PageInformation - Class in org.apache.pdfbox.jbig2.segments
-
This class represents the segment type "Page information", 7.4.8 (page 73).
- PageInformation() - Constructor for class org.apache.pdfbox.jbig2.segments.PageInformation
- pageNumber - Variable in class org.apache.pdfbox.jbig2.JBIG2Page
-
NOTE: page number != segmentList index
- pages - Variable in class org.apache.pdfbox.jbig2.JBIG2Document
-
This map contains all pages of this document.
- paintComponent(Graphics) - Method in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
-
Paints the component
- ParameterizedFilter - Class in org.apache.pdfbox.jbig2.image
- ParameterizedFilter(Filter, double) - Constructor for class org.apache.pdfbox.jbig2.image.ParameterizedFilter
- ParameterizedFilter(Filter, double, double, int) - Constructor for class org.apache.pdfbox.jbig2.image.ParameterizedFilter
- parse(JBIG2Document, ImageInputStream, long, int) - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- parseFileHeader() - Method in class org.apache.pdfbox.jbig2.JBIG2Document
-
This method reads the stream and sets variables for information about organization type and length etc.
- parseHeader() - Method in class org.apache.pdfbox.jbig2.segments.EndOfStripe
- parseHeader() - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
-
Parses the flags described in JBIG2 ISO standard: 7.4.7.2 Generic refinement region segment flags 7.4.7.3 Generic refinement refion segment AT flags
- parseHeader() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- parseHeader() - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- parseHeader() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- parseHeader() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- parseHeader() - Method in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- parseHeader() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- parseHeader() - Method in class org.apache.pdfbox.jbig2.segments.Table
- parseHeader() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- parseTable() - Method in class org.apache.pdfbox.jbig2.decoder.huffman.EncodedTable
- PatternDictionary - Class in org.apache.pdfbox.jbig2.segments
-
This class represents the segment type "Pattern dictionary", 7.4.4.
- PatternDictionary() - Constructor for class org.apache.pdfbox.jbig2.segments.PatternDictionary
- patterns - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Previously decoded data from other regions or dictionaries, stored to use as patterns in this region.
- patterns - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
-
Decoded bitmaps, stored to be used by segments, that refer to it
- Point - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Point() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Point
- prefixLength - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable.Code
- prefSize - Variable in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
- preprocessCodes(List<HuffmanTable.Code>) - Method in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable
- prev - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticIntegerDecoder
- processGlobals(ImageInputStream) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
Decodes and returns the global segments.
- Profiles - Class in org.apache.pdfbox.jbig2.segments
-
TODO: This class is not implemented yet and empty.
- Profiles() - Constructor for class org.apache.pdfbox.jbig2.segments.Profiles
- put(Object, Object, int) - Method in interface org.apache.pdfbox.jbig2.util.cache.Cache
- put(Object, Object, int) - Method in class org.apache.pdfbox.jbig2.util.cache.SoftReferenceCache
Q
- Q1(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Bessel
- QE - Static variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- Quadratic - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Quadratic() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Quadratic
R
- RANDOM - Static variable in class org.apache.pdfbox.jbig2.JBIG2Document
- rangeLen - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.ValueNode
- rangeLength - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable.Code
- rangeLow - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable.Code
- rangeLow - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.ValueNode
- raster - Variable in class org.apache.pdfbox.jbig2.image.BitmapScanline
- rdhTable - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- rdwTable - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- rdxTable - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- rdyTable - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- reachedEndOfStream(long) - Method in class org.apache.pdfbox.jbig2.JBIG2Document
-
This method checks, if the stream is at its end to avoid
EOFException
s and reads 32 bits. - read() - Method in class org.apache.pdfbox.jbig2.io.SubInputStream
- read(byte[], int, int) - Method in class org.apache.pdfbox.jbig2.io.SubInputStream
- read(int, ImageReadParam) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
Returns the decoded image of specified page considering the given
JBIG2ReadParam
s. - readAmountOfExportedSymbols() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- readAmountOfNewSymbols() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- readAmountOfReferredToSegments(ImageInputStream) - Method in class org.apache.pdfbox.jbig2.SegmentHeader
-
7.2.4 Amount of referred-to segments
- readAmountOfSymbolInstances() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- readAtPixels() - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- readAtPixels(int) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- readCombinationOperator() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- readCombinationOperator() - Method in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- readCombinationOperatorOverrideAllowed() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- readContainsRefinement() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- readDataStartOffset(ImageInputStream, int) - Method in class org.apache.pdfbox.jbig2.SegmentHeader
-
Sets the offset only if organization type is SEQUENTIAL.
- readDefaultPixelvalue() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- READER_CLASS_NAME - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- readGbAtPixels(int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- readGrayMax() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- readHuffmanFlags() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- readIsLossless() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- readIsMMREncoded() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- readIsStriped() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- readMaxStripeSize() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- readPatternWidthAndHeight() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- readRaster(int, ImageReadParam) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
- readReferredToSegmentsNumbers(ImageInputStream, int) - Method in class org.apache.pdfbox.jbig2.SegmentHeader
-
7.2.5 Referred-to segments numbers
- readRefinementAtPixels(int) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- readRegionFlags() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- readRegionFlags() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- readRequiresAuxiliaryBuffer() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- readResolution() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- readSegmentDataLength(ImageInputStream) - Method in class org.apache.pdfbox.jbig2.SegmentHeader
-
7.2.7 Segment data length
- readSegmentHeaderFlag(ImageInputStream) - Method in class org.apache.pdfbox.jbig2.SegmentHeader
-
7.2.3 Segment header flags
- readSegmentHeaderLength(ImageInputStream, long) - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- readSegmentNumber(ImageInputStream) - Method in class org.apache.pdfbox.jbig2.SegmentHeader
-
7.2.2 Segment number
- readSegmentPageAssociation(JBIG2Document, ImageInputStream, int, int[]) - Method in class org.apache.pdfbox.jbig2.SegmentHeader
-
7.2.6 Segment page association
- readTemplate() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- readUseRefinement() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- readWidthAndHeight() - Method in class org.apache.pdfbox.jbig2.segments.PageInformation
- referenceBitmap - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
-
Variables for decoding
- referenceCorner - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- referenceDX - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- referenceDY - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- Region - Interface in org.apache.pdfbox.jbig2
-
Interface for all JBIG2 region segments.
- regionBitmap - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
-
Decoded data as pixel values (use row stride/width to wrap line)
- regionBitmap - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
-
Decoded data as pixel values (use row stride/width to wrap line)
- regionBitmap - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- regionInfo - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
-
Region segment information flags, 7.4.1
- regionInfo - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
-
Region segment information field, 7.4.1
- regionInfo - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
Region segment information field, 7.4.1
- regionInfo - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
-
Region segment information field, 7.4.1
- RegionSegmentInformation - Class in org.apache.pdfbox.jbig2.segments
-
This class represents the "Region segment information" field, 7.4.1 (page 50).
- RegionSegmentInformation() - Constructor for class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- RegionSegmentInformation(SubInputStream) - Constructor for class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- remove(Object) - Method in interface org.apache.pdfbox.jbig2.util.cache.Cache
- remove(Object) - Method in class org.apache.pdfbox.jbig2.util.cache.SoftReferenceCache
- renderPattern(int[][]) - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
-
This method draws the pattern into the region bitmap (
htReg
), as described in 6.6.5.2, page 42 - renormalize() - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- REPLACE - Enum constant in enum org.apache.pdfbox.jbig2.util.CombinationOperator
- requiresAuxiliaryBuffer - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
- reset() - Method in class org.apache.pdfbox.jbig2.JBIG2ImageMetadata
- resetBitmap() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
-
Simply sets the memory-critical bitmap of this region to
null
. - resize(Object, Rectangle, Object, Rectangle, Filter, Filter) - Method in class org.apache.pdfbox.jbig2.image.Resizer
- Resizer - Class in org.apache.pdfbox.jbig2.image
- Resizer(double) - Constructor for class org.apache.pdfbox.jbig2.image.Resizer
-
Creates an instance of
Resizer
with one scale factor for both x and y directions. - Resizer(double, double) - Constructor for class org.apache.pdfbox.jbig2.image.Resizer
-
Creates an instance of
Resizer
with a scale factor for each direction. - Resizer.Mapping - Class in org.apache.pdfbox.jbig2.image
- Resizer.Order - Enum in org.apache.pdfbox.jbig2.image
-
Order in which to apply filter
- resizeXfirst(Object, Rectangle, Object, Rectangle, ParameterizedFilter, ParameterizedFilter) - Method in class org.apache.pdfbox.jbig2.image.Resizer
-
Filtered zoom, x direction filtering before y direction filtering
- resizeYfirst(Object, Rectangle, Object, Rectangle, ParameterizedFilter, ParameterizedFilter) - Method in class org.apache.pdfbox.jbig2.image.Resizer
-
Filtered zoom, y direction filtering before x direction filtering
- resolutionX - Variable in class org.apache.pdfbox.jbig2.JBIG2Page
- resolutionX - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
-
Page X resolution, four byte, 7.4.8.3
- resolutionY - Variable in class org.apache.pdfbox.jbig2.JBIG2Page
- resolutionY - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
-
Page Y resolution, four byte, 7.4.8.4
- retainFlag - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- retrieveImportSymbols() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
Concatenates symbols from all referred-to segments.
- rootNode - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable
- round(double) - Static method in class org.apache.pdfbox.jbig2.util.Utils
-
A fast implementation of
Math.round(double)
. - rowStride - Variable in class org.apache.pdfbox.jbig2.Bitmap
-
The amount of bytes used per row.
- rSizeTable - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- rtSegments - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- RunData(ImageInputStream) - Constructor for class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- runLength - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.Code
S
- sbdsOffset - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- sbHuffDS - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- sbHuffDT - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- sbHuffFS - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- sbHuffRDHeight - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- sbHuffRDWidth - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- sbHuffRDX - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- sbHuffRDY - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- sbHuffRSize - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
-
Text region segment Huffman flags, 7.4.3.1.2
- sbrATX - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
-
Text region refinement AT flags, 7.4.3.1.3
- sbrATY - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- sbrTemplate - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
-
Text region segment flags, 7.4.3.1.1
- sbStrips - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- sbSymbols - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- sbSymCodeLen - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- scale - Variable in class org.apache.pdfbox.jbig2.image.ParameterizedFilter
- scale - Variable in class org.apache.pdfbox.jbig2.image.Resizer.Mapping
-
x and y scales
- scale - Variable in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
- Scanline - Class in org.apache.pdfbox.jbig2.image
- Scanline(int) - Constructor for class org.apache.pdfbox.jbig2.image.Scanline
- Scanline.ByteBGRScanline - Class in org.apache.pdfbox.jbig2.image
-
A Scanline for pixel interleaved byte data with three components.
- Scanline.ByteBiLevelPackedScanline - Class in org.apache.pdfbox.jbig2.image
-
A Scanline for BiLevel input data (
MultiPixelPackedSampleModel
) to indexed output data (sun.awt.image.ByteInterleavedRaster
). - Scanline.GenericRasterScanline - Class in org.apache.pdfbox.jbig2.image
-
A Scanline for packed integer pixels.
- Scanline.IntegerSinglePixelPackedScanline - Class in org.apache.pdfbox.jbig2.image
-
A Scanline for packed integer pixels.
- Scanline.ScanlineFilter - Interface in org.apache.pdfbox.jbig2.image
- sdATX - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
Symbol dictionary AT flags, 7.4.2.1.2
- sdATY - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- sdHuffAggInstanceSelection - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- sdHuffBMSizeSelection - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- sdHuffDecodeHeightSelection - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- sdHuffDecodeWidthSelection - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- sdrATX - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
Symbol dictionary refinement AT flags, 7.4.2.1.3
- sdrATY - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- sdrTemplate - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
Symbol dictionary flags, 7.4.2.1.1
- sdTemplate - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- SECOND_LEVEL_TABLE_MASK - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- SECOND_LEVEL_TABLE_SIZE - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- SEGMENT_TYPE_MAP - Static variable in class org.apache.pdfbox.jbig2.SegmentHeader
- segmentData - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- SegmentData - Interface in org.apache.pdfbox.jbig2
-
Interface for all data parts of segments.
- segmentDataLength - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- segmentDataStartOffset - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- segmentHeader - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- segmentHeader - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- segmentHeader - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
Further parameters
- segmentHeader - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- SegmentHeader - Class in org.apache.pdfbox.jbig2
-
The basic class for all JBIG2 segments.
- SegmentHeader(JBIG2Document, SubInputStream, long, int) - Constructor for class org.apache.pdfbox.jbig2.SegmentHeader
- segmentHeaderLength - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- segmentNr - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- segments - Variable in class org.apache.pdfbox.jbig2.JBIG2Page
-
This list contains all segments of this page, sorted by segment number in ascending order.
- segmentType - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- SEQUENTIAL - Static variable in class org.apache.pdfbox.jbig2.JBIG2Document
- serialVersionUID - Static variable in exception class org.apache.pdfbox.jbig2.err.IntegerMaxValueException
- serialVersionUID - Static variable in exception class org.apache.pdfbox.jbig2.err.InvalidHeaderValueException
- serialVersionUID - Static variable in exception class org.apache.pdfbox.jbig2.err.JBIG2Exception
- serialVersionUID - Static variable in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
- serialVersionUID - Static variable in class org.apache.pdfbox.jbig2.TestImage
- ServiceLookup<B> - Class in org.apache.pdfbox.jbig2.util
- ServiceLookup() - Constructor for class org.apache.pdfbox.jbig2.util.ServiceLookup
- setAtPixels() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- setBitmapHeight(int) - Method in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- setBitmapWidth(int) - Method in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- setBlur(double) - Method in class org.apache.pdfbox.jbig2.image.Filter
- setByte(int, byte) - Method in class org.apache.pdfbox.jbig2.Bitmap
-
Simply sets the given value at the given array index position.
- setClassLoader(ClassLoader) - Static method in class org.apache.pdfbox.jbig2.util.cache.CacheFactory
- setCodingStatistics() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- setCodingStatistics() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- setContexts(CX, CX, CX, CX, CX, CX, CX, CX, CX, CX) - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- setCx(int) - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.CX
- setDefaultFilterType(FilterType) - Static method in enum org.apache.pdfbox.jbig2.image.FilterType
- setExportedSymbols(int[]) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- setGbAtPixels() - Method in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- setGlobals(JBIG2Globals) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
-
Simply sets the globals.
- setImage(Image) - Method in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
-
Sets an image to be shown
- setIndex(int) - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.CX
- setIndex(CX) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion.Template
- setIndex(CX) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion.Template0
- setIndex(CX) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion.Template1
- setInput(Object, boolean, boolean) - Method in class org.apache.pdfbox.jbig2.JBIG2ImageReader
- setInSyms() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- setOverrideFlag(int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- setParameters(boolean, byte, boolean, boolean, short[], short[], int, int, CX, ArithmeticDecoder) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- setParameters(boolean, long, long, int, int) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
-
Used by
SymbolDictionary
. - setParameters(boolean, long, long, int, int, byte, boolean, boolean, short[], short[]) - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
-
Used by
PatternDictionary
andHalftoneRegion
. - setParameters(ArithmeticDecoder, ArithmeticIntegerDecoder, boolean, boolean, int, int, long, int, int, short, short, short, short, short, short, short, short, short, short, short, short, short, short, short[], short[], ArrayList<Bitmap>, int) - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- setParameters(CX, ArithmeticDecoder, short, int, int, Bitmap, int, int, boolean, short[], short[]) - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- setPixel(int, int, byte) - Method in class org.apache.pdfbox.jbig2.Bitmap
- setPrev(int) - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticIntegerDecoder
- setRefinementAtPixels() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- setRetainedCodingContexts(SymbolDictionary) - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- setScale(int) - Method in class org.apache.pdfbox.jbig2.TestImage.ImageComponent
- setSegmentDataStartOffset(long) - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- setSupport(double) - Method in class org.apache.pdfbox.jbig2.image.Filter
- setSymbolsArray() - Method in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
-
6.5.8.2.4 - Setting SBSYMS
- shift(int[]) - Method in class org.apache.pdfbox.jbig2.image.BitmapScanline
- shift(int[]) - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- shift(int[]) - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBiLevelPackedScanline
- shift(int[]) - Method in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- shift(int[]) - Method in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- shift(int[]) - Method in class org.apache.pdfbox.jbig2.image.Scanline
- shiftAndFill(int) - Method in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- show(List<Bitmap>) - Static method in class org.apache.pdfbox.jbig2.util.DictionaryViewer
- show(Bitmap) - Static method in class org.apache.pdfbox.jbig2.util.DictionaryViewer
- simplifyFilter(ParameterizedFilter, double, double) - Method in class org.apache.pdfbox.jbig2.image.Resizer
-
Checks if our discrete sampling of an arbitrary continuous filter, parameterized by the filter spacing (
ParameterizedFilter.scale
), its radius (ParameterizedFilter.support
), and the scale and offset of the coordinate mapping, causes the filter to reduce to point sampling. - sinc(double) - Method in class org.apache.pdfbox.jbig2.image.Filter.Lanczos
- Sinc - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Sinc() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Sinc
- skipBits() - Method in class org.apache.pdfbox.jbig2.io.SubInputStream
-
Skips remaining bits in the current byte.
- SoftReferenceCache - Class in org.apache.pdfbox.jbig2.util.cache
- SoftReferenceCache() - Constructor for class org.apache.pdfbox.jbig2.util.cache.SoftReferenceCache
- SoftReferenceCacheBridge - Class in org.apache.pdfbox.jbig2.util.cache
- SoftReferenceCacheBridge() - Constructor for class org.apache.pdfbox.jbig2.util.cache.SoftReferenceCacheBridge
- srcRaster - Variable in class org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- srcRaster - Variable in class org.apache.pdfbox.jbig2.image.Scanline.ByteBiLevelPackedScanline
- srcRaster - Variable in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- srcRaster - Variable in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- srcSM - Variable in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- srcSM - Variable in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- srcToDst(double) - Method in class org.apache.pdfbox.jbig2.image.Resizer.Mapping
- STANDARD_TABLES - Static variable in class org.apache.pdfbox.jbig2.decoder.huffman.StandardTables
- StandardTable(int[][]) - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.StandardTables.StandardTable
- StandardTables - Class in org.apache.pdfbox.jbig2.decoder.huffman
- StandardTables() - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.StandardTables
- StandardTables.StandardTable - Class in org.apache.pdfbox.jbig2.decoder.huffman
- store(int, int) - Method in class org.apache.pdfbox.jbig2.image.BitmapScanline
- store(int, int) - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- store(int, int) - Method in class org.apache.pdfbox.jbig2.image.Scanline.ByteBiLevelPackedScanline
- store(int, int) - Method in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- store(int, int) - Method in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- store(int, int) - Method in class org.apache.pdfbox.jbig2.image.Scanline
- stream - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
-
Compressed data stream.
- streamPos0 - Variable in class org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
- subInputStream - Variable in class org.apache.pdfbox.jbig2.JBIG2Document
-
This is the source data stream wrapped into a
SubInputStream
. - subInputStream - Variable in class org.apache.pdfbox.jbig2.SegmentHeader
- subInputStream - Variable in class org.apache.pdfbox.jbig2.segments.EndOfStripe
- subInputStream - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- subInputStream - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
- subInputStream - Variable in class org.apache.pdfbox.jbig2.segments.HalftoneRegion
- subInputStream - Variable in class org.apache.pdfbox.jbig2.segments.PageInformation
- subInputStream - Variable in class org.apache.pdfbox.jbig2.segments.PatternDictionary
- subInputStream - Variable in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
- subInputStream - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- subInputStream - Variable in class org.apache.pdfbox.jbig2.segments.Table
- subInputStream - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- SubInputStream - Class in org.apache.pdfbox.jbig2.io
-
A wrapper for an
ImageInputStream
which is able to provide a view of a specific part of the wrapped stream. - SubInputStream(ImageInputStream, long, long) - Constructor for class org.apache.pdfbox.jbig2.io.SubInputStream
-
Construct a new SubInputStream which provides a view of the wrapped stream.
- subsample(Bitmap, ImageReadParam) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
- subsampleX(Bitmap, int, int) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
- subsampleY(Bitmap, int, int) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
- subTable - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.Code
- SUFFIXES - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- support - Variable in class org.apache.pdfbox.jbig2.image.Filter
-
radius of nonzero portion
- support - Variable in class org.apache.pdfbox.jbig2.image.ParameterizedFilter
- SUPPORTS_STANDARD_IMAGE_METADATA_FORMAT - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- SUPPORTS_STANDARD_STREAM_METADATE_FORMAT - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- symbolCodeLength - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
-
codeTable including a code to each symbol used in that region
- symbolCodeTable - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- SymbolDictionary - Class in org.apache.pdfbox.jbig2.segments
-
This class represents the data of segment type "Symbol dictionary".
- SymbolDictionary() - Constructor for class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- SymbolDictionary(SubInputStream, SegmentHeader) - Constructor for class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- symbolIDCodeLengths() - Method in class org.apache.pdfbox.jbig2.segments.TextRegion
- symbols - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
T
- T0 - Static variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- T1 - Static variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- table - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.EncodedTable
- table - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- Table - Class in org.apache.pdfbox.jbig2.segments
-
This class represents a "Table" segment.
- Table() - Constructor for class org.apache.pdfbox.jbig2.segments.Table
- TABLES - Static variable in class org.apache.pdfbox.jbig2.decoder.huffman.StandardTables
- template - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- Template() - Constructor for class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion.Template
- Template0() - Constructor for class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion.Template0
- Template1() - Constructor for class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion.Template1
- templateID - Variable in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- TestImage - Class in org.apache.pdfbox.jbig2
-
This is a utility class.
- TestImage(byte[], int, int, int) - Constructor for class org.apache.pdfbox.jbig2.TestImage
- TestImage(BufferedImage) - Constructor for class org.apache.pdfbox.jbig2.TestImage
- TestImage.ImageComponent - Class in org.apache.pdfbox.jbig2
- textRegion - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- TextRegion - Class in org.apache.pdfbox.jbig2.segments
-
This class represented the segment type "Text region", 7.4.3, page 56.
- TextRegion() - Constructor for class org.apache.pdfbox.jbig2.segments.TextRegion
- TextRegion(SubInputStream, SegmentHeader) - Constructor for class org.apache.pdfbox.jbig2.segments.TextRegion
- tmp - Variable in class org.apache.pdfbox.jbig2.image.Scanline.GenericRasterScanline
- tmp - Variable in class org.apache.pdfbox.jbig2.image.Scanline.IntegerSinglePixelPackedScanline
- toggleMps() - Method in class org.apache.pdfbox.jbig2.decoder.arithmetic.CX
-
Flips the bit in actual "more predictable symbol" array element.
- toString() - Method in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable.Code
- toString() - Method in class org.apache.pdfbox.jbig2.decoder.huffman.HuffmanTable
- toString() - Method in class org.apache.pdfbox.jbig2.decoder.huffman.InternalNode
- toString() - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.Code
- toString() - Method in class org.apache.pdfbox.jbig2.JBIG2Page
- toString() - Method in class org.apache.pdfbox.jbig2.SegmentHeader
- translateOperatorCodeToEnum(short) - Static method in enum org.apache.pdfbox.jbig2.util.CombinationOperator
- Triangle - Enum constant in enum org.apache.pdfbox.jbig2.image.FilterType
- Triangle() - Constructor for class org.apache.pdfbox.jbig2.image.Filter.Triangle
- trimZeros - Variable in class org.apache.pdfbox.jbig2.image.Resizer
-
Should zeros be trimmed in x filter weight tables?
- typeByName(String) - Static method in class org.apache.pdfbox.jbig2.image.Filter
-
Find a filter type by its name.
U
- uncompress() - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- uncompress1D(MMRDecompressor.RunData, int[], int) - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- uncompress2D(MMRDecompressor.RunData, int[], int, int[], int) - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- uncompressGetCode(MMRDecompressor.Code[]) - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- uncompressGetCodeLittleEndian(MMRDecompressor.Code[]) - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
- uncompressGetNextCodeLittleEndian() - Method in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor.RunData
-
Fill up the code word in little endian mode.
- unpad(int, byte) - Static method in class org.apache.pdfbox.jbig2.image.Bitmaps
-
Removes unnecessary bits from a byte.
- updateOverride() - Method in class org.apache.pdfbox.jbig2.segments.GenericRefinementRegion
- updateOverrideFlags() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- useExtTemplates - Variable in class org.apache.pdfbox.jbig2.segments.GenericRegion
-
Generic region segment flags, 7.4.6.2
- useExtTemplates() - Method in class org.apache.pdfbox.jbig2.segments.GenericRegion
- useRefinement - Variable in class org.apache.pdfbox.jbig2.segments.TextRegion
- useRefinementAggregation - Variable in class org.apache.pdfbox.jbig2.segments.SymbolDictionary
- Utils - Class in org.apache.pdfbox.jbig2.util
- Utils() - Constructor for class org.apache.pdfbox.jbig2.util.Utils
V
- ValueNode - Class in org.apache.pdfbox.jbig2.decoder.huffman
-
Represents a value node in a huffman tree.
- ValueNode(HuffmanTable.Code) - Constructor for class org.apache.pdfbox.jbig2.decoder.huffman.ValueNode
- valueOf(String) - Static method in enum org.apache.pdfbox.jbig2.image.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pdfbox.jbig2.image.Resizer.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pdfbox.jbig2.util.CombinationOperator
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.pdfbox.jbig2.image.FilterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pdfbox.jbig2.image.Resizer.Order
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pdfbox.jbig2.util.CombinationOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VENDOR - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
- VERSION - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
W
- weightBits - Variable in class org.apache.pdfbox.jbig2.image.Resizer
-
Number of bits in filter coefficients
- weightOne - Variable in class org.apache.pdfbox.jbig2.image.Resizer
- weights - Variable in class org.apache.pdfbox.jbig2.image.Weighttab
- Weighttab - Class in org.apache.pdfbox.jbig2.image
- Weighttab(ParameterizedFilter, int, double, int, int, boolean) - Constructor for class org.apache.pdfbox.jbig2.image.Weighttab
- WhiteCodes - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
- whiteTable - Static variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- width - Variable in class org.apache.pdfbox.jbig2.Bitmap
-
The width of the bitmap in pixels.
- width - Variable in class org.apache.pdfbox.jbig2.decoder.mmr.MMRDecompressor
- width - Variable in class org.apache.pdfbox.jbig2.image.ParameterizedFilter
- wrappedStream - Variable in class org.apache.pdfbox.jbig2.io.SubInputStream
- WRITER_SPI_NAMES - Static variable in class org.apache.pdfbox.jbig2.JBIG2ImageReaderSpi
X
- xLocation - Variable in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
-
Region segment bitmap X location, 7.4.1.3
- XNOR - Enum constant in enum org.apache.pdfbox.jbig2.util.CombinationOperator
- XOR - Enum constant in enum org.apache.pdfbox.jbig2.util.CombinationOperator
- XY - Enum constant in enum org.apache.pdfbox.jbig2.image.Resizer.Order
Y
- y - Variable in class org.apache.pdfbox.jbig2.image.Scanline
- yLocation - Variable in class org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
-
Region segment bitmap Y location, 7.4.1.4
- YX - Enum constant in enum org.apache.pdfbox.jbig2.image.Resizer.Order
Z
- zero - Variable in class org.apache.pdfbox.jbig2.decoder.huffman.InternalNode
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form