org.jpedal.jbig2.segment.region.refinement
Class RefinementRegionSegment

java.lang.Object
  extended by org.jpedal.jbig2.segment.Segment
      extended by org.jpedal.jbig2.segment.region.RegionSegment
          extended by org.jpedal.jbig2.segment.region.refinement.RefinementRegionSegment

public class RefinementRegionSegment
extends RegionSegment


Field Summary
 
Fields inherited from class org.jpedal.jbig2.segment.region.RegionSegment
regionBitmapHeight, regionBitmapWidth, regionBitmapXLocation, regionBitmapYLocation, 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
RefinementRegionSegment(JBIG2StreamDecoder streamDecoder, boolean inlineImage, int[] referedToSegments, int noOfReferedToSegments)
           
 
Method Summary
 RefinementRegionFlags getGenericRegionFlags()
           
 void readSegment()
           
 
Methods inherited from class org.jpedal.jbig2.segment.Segment
getSegmentHeader, readATValue, setSegmentHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefinementRegionSegment

public RefinementRegionSegment(JBIG2StreamDecoder streamDecoder,
                               boolean inlineImage,
                               int[] referedToSegments,
                               int noOfReferedToSegments)
Method Detail

readSegment

public void readSegment()
                 throws java.io.IOException,
                        JBIG2Exception
Overrides:
readSegment in class RegionSegment
Throws:
java.io.IOException
JBIG2Exception

getGenericRegionFlags

public RefinementRegionFlags getGenericRegionFlags()