Uses of Class
org.apache.pdfbox.jbig2.Bitmap
Packages that use Bitmap
Package
Description
-
Uses of Bitmap in org.apache.pdfbox.jbig2
Methods in org.apache.pdfbox.jbig2 that return BitmapModifier and TypeMethodDescriptionRegion.getRegionBitmap()Decodes and returns a regions content.Methods in org.apache.pdfbox.jbig2 that return types with arguments of type BitmapModifier and TypeMethodDescriptionDictionary.getDictionary()Decodes a dictionary segment and returns the result.Methods in org.apache.pdfbox.jbig2 with parameters of type Bitmap -
Uses of Bitmap in org.apache.pdfbox.jbig2.decoder.mmr
Methods in org.apache.pdfbox.jbig2.decoder.mmr that return Bitmap -
Uses of Bitmap in org.apache.pdfbox.jbig2.image
Methods in org.apache.pdfbox.jbig2.image that return BitmapModifier and TypeMethodDescriptionstatic BitmapReturns the specified rectangle area of the bitmap.static BitmapBitmaps.subsample(Bitmap src, ImageReadParam param) static BitmapBitmaps.subsampleX(Bitmap src, int xSubsampling, int xSubsamplingOffset) static BitmapBitmaps.subsampleY(Bitmap src, int ySubsampling, int ySubsamplingOffset) Methods in org.apache.pdfbox.jbig2.image with parameters of type BitmapModifier and TypeMethodDescriptionstatic BufferedImageBitmaps.asBufferedImage(Bitmap bitmap) Returns the given bitmap as buffered image.static BufferedImageBitmaps.asBufferedImage(Bitmap bitmap, ImageReadParam param, FilterType filterType) Returns the given bitmap as buffered image.static BufferedImageBitmaps.asBufferedImage(Bitmap bitmap, FilterType filterType) Returns the given bitmap as buffered image.static WritableRasterReturns the given bitmap as writable raster.static WritableRasterBitmaps.asRaster(Bitmap bitmap, ImageReadParam param, FilterType filterType) Returns the given bitmap as writable raster.static WritableRasterBitmaps.asRaster(Bitmap bitmap, FilterType filterType) Returns the given bitmap as writable raster.static voidBitmaps.blit(Bitmap src, Bitmap dst, int x, int y, CombinationOperator combinationOperator) This method combines a given bitmap with the current instance.static BitmapReturns the specified rectangle area of the bitmap.static BitmapBitmaps.subsample(Bitmap src, ImageReadParam param) static BitmapBitmaps.subsampleX(Bitmap src, int xSubsampling, int xSubsamplingOffset) static BitmapBitmaps.subsampleY(Bitmap src, int ySubsampling, int ySubsamplingOffset) -
Uses of Bitmap in org.apache.pdfbox.jbig2.segments
Methods in org.apache.pdfbox.jbig2.segments that return BitmapModifier and TypeMethodDescriptionGenericRefinementRegion.getRegionBitmap()Decode using a template and arithmetic coding, as described in 6.3.5.6GenericRegion.getRegionBitmap()The procedure is described in 6.2.5.7, page 17.HalftoneRegion.getRegionBitmap()The procedure is described in JBIG2 ISO standard, 6.6.5.TextRegion.getRegionBitmap()Methods in org.apache.pdfbox.jbig2.segments that return types with arguments of type BitmapModifier and TypeMethodDescriptionPatternDictionary.getDictionary()This method decodes a pattern dictionary segment and returns an array ofBitmaps.SymbolDictionary.getDictionary()6.5.5 Decoding the symbol dictionaryMethods in org.apache.pdfbox.jbig2.segments with parameters of type BitmapModifier and TypeMethodDescriptionprotected voidGenericRefinementRegion.setParameters(CX cx, ArithmeticDecoder arithmeticDecoder, short grTemplate, int regionWidth, int regionHeight, Bitmap grReference, int grReferenceDX, int grReferenceDY, boolean isTPGRon, short[] grAtX, short[] grAtY) Method parameters in org.apache.pdfbox.jbig2.segments with type arguments of type BitmapModifier and TypeMethodDescriptionprotected voidTextRegion.setParameters(ArithmeticDecoder arithmeticDecoder, ArithmeticIntegerDecoder iDecoder, boolean isHuffmanEncoded, boolean sbRefine, int sbw, int sbh, long sbNumInstances, int sbStrips, int sbNumSyms, short sbDefaultPixel, short sbCombinationOperator, short transposed, short refCorner, short sbdsOffset, short sbHuffFS, short sbHuffDS, short sbHuffDT, short sbHuffRDWidth, short sbHuffRDHeight, short sbHuffRDX, short sbHuffRDY, short sbHuffRSize, short sbrTemplate, short[] sbrATX, short[] sbrATY, ArrayList<Bitmap> sbSyms, int sbSymCodeLen)