Class RefinementRegionSegment
java.lang.Object
org.jpedal.jbig2.segment.Segment
org.jpedal.jbig2.segment.region.RegionSegment
org.jpedal.jbig2.segment.region.refinement.RefinementRegionSegment
RefinementRegionSegment class.
-
Field Summary
Fields inherited from class org.jpedal.jbig2.segment.region.RegionSegment
regionBitmapHeight, regionBitmapWidth, regionBitmapXLocation, regionBitmapYLocation, regionFlagsFields inherited from class org.jpedal.jbig2.segment.Segment
arithmeticDecoder, BITMAP, decoder, END_OF_FILE, END_OF_PAGE, END_OF_STRIPE, EXTENSION, huffmanDecoder, IMMEDIATE_GENERIC_REFINEMENT_REGION, IMMEDIATE_GENERIC_REGION, IMMEDIATE_HALFTONE_REGION, IMMEDIATE_LOSSLESS_GENERIC_REFINEMENT_REGION, IMMEDIATE_LOSSLESS_GENERIC_REGION, IMMEDIATE_LOSSLESS_HALFTONE_REGION, IMMEDIATE_LOSSLESS_TEXT_REGION, IMMEDIATE_TEXT_REGION, INTERMEDIATE_GENERIC_REFINEMENT_REGION, INTERMEDIATE_GENERIC_REGION, INTERMEDIATE_HALFTONE_REGION, INTERMEDIATE_TEXT_REGION, mmrDecoder, PAGE_INFORMATION, PATTERN_DICTIONARY, PROFILES, segmentHeader, SYMBOL_DICTIONARY, TABLES -
Constructor Summary
ConstructorsConstructorDescriptionRefinementRegionSegment(JBIG2StreamDecoder streamDecoder, boolean inlineImage, int[] referedToSegments, int noOfReferedToSegments) Constructor for RefinementRegionSegment. -
Method Summary
Modifier and TypeMethodDescriptiongetGenericRegionFlags.voidreadSegment.Methods inherited from class org.jpedal.jbig2.segment.Segment
readATValue
-
Constructor Details
-
RefinementRegionSegment
public RefinementRegionSegment(JBIG2StreamDecoder streamDecoder, boolean inlineImage, int[] referedToSegments, int noOfReferedToSegments) Constructor for RefinementRegionSegment.
- Parameters:
streamDecoder- aJBIG2StreamDecoderobject.inlineImage- a boolean.referedToSegments- an array ofobjects.invalid reference
intnoOfReferedToSegments- aIntegerobject.
-
-
Method Details
-
readSegment
readSegment.
- Overrides:
readSegmentin classRegionSegment- Throws:
IOException- if any.JBIG2Exception- if any.
-
getGenericRegionFlags
getGenericRegionFlags.
- Returns:
- a
RefinementRegionFlagsobject.
-