Package org.jpedal.jbig2.segment.region
Class RegionSegment
java.lang.Object
org.jpedal.jbig2.segment.Segment
org.jpedal.jbig2.segment.region.RegionSegment
- Direct Known Subclasses:
GenericRegionSegment
,HalftoneRegionSegment
,RefinementRegionSegment
,TextRegionSegment
Abstract RegionSegment class.
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected int
protected int
protected int
protected final RegionFlags
Fields 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
ConstructorDescriptionRegionSegment
(JBIG2StreamDecoder streamDecoder) Constructor for RegionSegment. -
Method Summary
Methods inherited from class org.jpedal.jbig2.segment.Segment
readATValue
-
Field Details
-
regionFlags
-
regionBitmapWidth
protected int regionBitmapWidth -
regionBitmapHeight
protected int regionBitmapHeight -
regionBitmapXLocation
protected int regionBitmapXLocation -
regionBitmapYLocation
protected int regionBitmapYLocation
-
-
Constructor Details
-
RegionSegment
Constructor for RegionSegment.
- Parameters:
streamDecoder
- aJBIG2StreamDecoder
object.
-
-
Method Details
-
readSegment
readSegment.
- Specified by:
readSegment
in classSegment
- Throws:
IOException
- if any.JBIG2Exception
- if any.
-