Save This Page
Home » iText-2.1.7 » com.lowagie » text » pdf » codec » [javadoc | source]
com.lowagie.text.pdf.codec
public static class: JBIG2SegmentReader.JBIG2Page [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.codec.JBIG2SegmentReader$JBIG2Page
Inner class that holds information about a JBIG2 page.
Field Summary
public final  int page     
public  int pageBitmapWidth     
public  int pageBitmapHeight     
Constructor:
 public JBIG2Page(int page,
    JBIG2SegmentReader sr) 
Method from com.lowagie.text.pdf.codec.JBIG2SegmentReader$JBIG2Page Summary:
addSegment,   getData
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.codec.JBIG2SegmentReader$JBIG2Page Detail:
 public  void addSegment(JBIG2Segment s) 
 public byte[] getData(boolean for_embedding) throws IOException 
    return as a single byte array the header-data for each segment in segment number order, EMBEDDED organization, but i am putting the needed segments in SEQUENTIAL organization. if for_embedding, skip the segment types that are known to be not for acrobat.