Uses of Class
org.jpedal.jbig2.decoders.JBIG2StreamDecoder
Package
Description
-
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.image
Modifier and TypeMethodDescriptionvoid
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. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment
-
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.extensions
ModifierConstructorDescriptionExtensionSegment
(JBIG2StreamDecoder streamDecoder) Constructor for ExtensionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.pageinformation
ModifierConstructorDescriptionPageInformationSegment
(JBIG2StreamDecoder streamDecoder) Constructor for PageInformationSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.pattern
ModifierConstructorDescriptionPatternDictionarySegment
(JBIG2StreamDecoder streamDecoder) Constructor for PatternDictionarySegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.region
ModifierConstructorDescriptionRegionSegment
(JBIG2StreamDecoder streamDecoder) Constructor for RegionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.region.generic
ModifierConstructorDescriptionGenericRegionSegment
(JBIG2StreamDecoder streamDecoder, boolean inlineImage) Constructor for GenericRegionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.region.halftone
ModifierConstructorDescriptionHalftoneRegionSegment
(JBIG2StreamDecoder streamDecoder, boolean inlineImage) Constructor for HalftoneRegionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.region.refinement
ModifierConstructorDescriptionRefinementRegionSegment
(JBIG2StreamDecoder streamDecoder, boolean inlineImage, int[] referedToSegments, int noOfReferedToSegments) Constructor for RefinementRegionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.region.text
ModifierConstructorDescriptionTextRegionSegment
(JBIG2StreamDecoder streamDecoder, boolean inlineImage) Constructor for TextRegionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.stripes
ModifierConstructorDescriptionEndOfStripeSegment
(JBIG2StreamDecoder streamDecoder) Constructor for EndOfStripeSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.symboldictionary
ModifierConstructorDescriptionSymbolDictionarySegment
(JBIG2StreamDecoder streamDecoder) Constructor for SymbolDictionarySegment.