Uses of Class
org.jpedal.jbig2.image.JBIG2Bitmap
Packages that use JBIG2Bitmap
-
Uses of JBIG2Bitmap in org.jpedal.jbig2
Methods in org.jpedal.jbig2 that return JBIG2BitmapModifier and TypeMethodDescriptionJBIG2Decoder.getPageAsJBIG2Bitmap
(int page) getPageAsJBIG2Bitmap. -
Uses of JBIG2Bitmap in org.jpedal.jbig2.decoders
Methods in org.jpedal.jbig2.decoders that return JBIG2BitmapModifier and TypeMethodDescriptionJBIG2StreamDecoder.findBitmap
(int bitmapNumber) findBitmap.JBIG2StreamDecoder.getPageAsJBIG2Bitmap
(int i) getPageAsJBIG2Bitmap.Methods in org.jpedal.jbig2.decoders with parameters of type JBIG2BitmapModifier and TypeMethodDescriptionvoid
JBIG2StreamDecoder.appendBitmap
(JBIG2Bitmap bitmap) appendBitmap. -
Uses of JBIG2Bitmap in org.jpedal.jbig2.image
Methods in org.jpedal.jbig2.image that return JBIG2BitmapModifier and TypeMethodDescriptionJBIG2Bitmap.getSlice
(int x, int y, int width, int height) getSlice.Methods in org.jpedal.jbig2.image with parameters of type JBIG2BitmapModifier and TypeMethodDescriptionvoid
JBIG2Bitmap.combine
(JBIG2Bitmap bitmap, int x, int y, long combOp) combine.void
JBIG2Bitmap.readBitmap
(boolean useMMR, int template, boolean typicalPredictionGenericDecodingOn, boolean useSkip, JBIG2Bitmap skipBitmap, short[] adaptiveTemplateX, short[] adaptiveTemplateY, int mmrDataLength) readBitmap.void
JBIG2Bitmap.readGenericRefinementRegion
(int template, boolean typicalPredictionGenericRefinementOn, JBIG2Bitmap referredToBitmap, int referenceDX, int referenceDY, short[] adaptiveTemplateX, short[] adaptiveTemplateY) readGenericRefinementRegion.void
JBIG2Bitmap.readTextRegion
(boolean huffman, boolean symbolRefine, int noOfSymbolInstances, int logStrips, int noOfSymbols, int[][] symbolCodeTable, int symbolCodeLength, JBIG2Bitmap[] symbols, int defaultPixel, int combinationOperator, boolean transposed, int referenceCorner, int sOffset, int[][] huffmanFSTable, int[][] huffmanDSTable, int[][] huffmanDTTable, int[][] huffmanRDWTable, int[][] huffmanRDHTable, int[][] huffmanRDXTable, int[][] huffmanRDYTable, int[][] huffmanRSizeTable, int template, short[] symbolRegionAdaptiveTemplateX, short[] symbolRegionAdaptiveTemplateY, JBIG2StreamDecoder decoder) readTextRegion.Constructors in org.jpedal.jbig2.image with parameters of type JBIG2Bitmap