Uses of Class
org.apache.pdfbox.jbig2.JBIG2Document
-
Packages that use JBIG2Document Package Description org.apache.pdfbox.jbig2 -
-
Uses of JBIG2Document in org.apache.pdfbox.jbig2
Fields in org.apache.pdfbox.jbig2 declared as JBIG2Document Modifier and Type Field Description private JBIG2Document
JBIG2ImageReader. document
JBIG2 document to which we delegate current work.private JBIG2Document
JBIG2Page. document
Methods in org.apache.pdfbox.jbig2 that return JBIG2Document Modifier and Type Method Description private JBIG2Document
JBIG2ImageReader. getDocument()
Methods in org.apache.pdfbox.jbig2 with parameters of type JBIG2Document Modifier and Type Method Description private void
SegmentHeader. parse(JBIG2Document document, javax.imageio.stream.ImageInputStream subInputStream, long offset, int organisationType)
private void
SegmentHeader. readSegmentPageAssociation(JBIG2Document document, javax.imageio.stream.ImageInputStream subInputStream, int countOfRTS, int[] rtsNumbers)
7.2.6 Segment page associationConstructors in org.apache.pdfbox.jbig2 with parameters of type JBIG2Document Constructor Description JBIG2Page(JBIG2Document document, int pageNumber)
SegmentHeader(JBIG2Document document, SubInputStream sis, long offset, int organisationType)
-