Uses of Class
org.jpedal.jbig2.decoders.JBIG2StreamDecoder
Packages that use JBIG2StreamDecoder
Package
Description
-
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.image
Methods in org.jpedal.jbig2.image with parameters of type JBIG2StreamDecoderModifier and TypeMethodDescriptionvoidJBIG2Bitmap.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
Fields in org.jpedal.jbig2.segment declared as JBIG2StreamDecoderConstructors in org.jpedal.jbig2.segment with parameters of type JBIG2StreamDecoder -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.extensions
Constructors in org.jpedal.jbig2.segment.extensions with parameters of type JBIG2StreamDecoderModifierConstructorDescriptionExtensionSegment(JBIG2StreamDecoder streamDecoder) Constructor for ExtensionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.pageinformation
Constructors in org.jpedal.jbig2.segment.pageinformation with parameters of type JBIG2StreamDecoderModifierConstructorDescriptionPageInformationSegment(JBIG2StreamDecoder streamDecoder) Constructor for PageInformationSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.pattern
Constructors in org.jpedal.jbig2.segment.pattern with parameters of type JBIG2StreamDecoderModifierConstructorDescriptionPatternDictionarySegment(JBIG2StreamDecoder streamDecoder) Constructor for PatternDictionarySegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.region
Constructors in org.jpedal.jbig2.segment.region with parameters of type JBIG2StreamDecoderModifierConstructorDescriptionRegionSegment(JBIG2StreamDecoder streamDecoder) Constructor for RegionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.region.generic
Constructors in org.jpedal.jbig2.segment.region.generic with parameters of type JBIG2StreamDecoderModifierConstructorDescriptionGenericRegionSegment(JBIG2StreamDecoder streamDecoder, boolean inlineImage) Constructor for GenericRegionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.region.halftone
Constructors in org.jpedal.jbig2.segment.region.halftone with parameters of type JBIG2StreamDecoderModifierConstructorDescriptionHalftoneRegionSegment(JBIG2StreamDecoder streamDecoder, boolean inlineImage) Constructor for HalftoneRegionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.region.refinement
Constructors in org.jpedal.jbig2.segment.region.refinement with parameters of type JBIG2StreamDecoderModifierConstructorDescriptionRefinementRegionSegment(JBIG2StreamDecoder streamDecoder, boolean inlineImage, int[] referedToSegments, int noOfReferedToSegments) Constructor for RefinementRegionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.region.text
Constructors in org.jpedal.jbig2.segment.region.text with parameters of type JBIG2StreamDecoderModifierConstructorDescriptionTextRegionSegment(JBIG2StreamDecoder streamDecoder, boolean inlineImage) Constructor for TextRegionSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.stripes
Constructors in org.jpedal.jbig2.segment.stripes with parameters of type JBIG2StreamDecoderModifierConstructorDescriptionEndOfStripeSegment(JBIG2StreamDecoder streamDecoder) Constructor for EndOfStripeSegment. -
Uses of JBIG2StreamDecoder in org.jpedal.jbig2.segment.symboldictionary
Constructors in org.jpedal.jbig2.segment.symboldictionary with parameters of type JBIG2StreamDecoderModifierConstructorDescriptionSymbolDictionarySegment(JBIG2StreamDecoder streamDecoder) Constructor for SymbolDictionarySegment.