Uses of Class
org.apache.pdfbox.jbig2.JBIG2Document
Packages that use JBIG2Document
-
Uses of JBIG2Document in org.apache.pdfbox.jbig2
Fields in org.apache.pdfbox.jbig2 declared as JBIG2DocumentModifier and TypeFieldDescriptionprivate JBIG2Document
JBIG2ImageReader.document
JBIG2 document to which we delegate current work.private final JBIG2Document
JBIG2Page.document
Methods in org.apache.pdfbox.jbig2 that return JBIG2DocumentMethods in org.apache.pdfbox.jbig2 with parameters of type JBIG2DocumentModifier and TypeMethodDescriptionprivate void
SegmentHeader.parse
(JBIG2Document document, ImageInputStream subInputStream, long offset, int organisationType) private void
SegmentHeader.readSegmentPageAssociation
(JBIG2Document document, ImageInputStream subInputStream, int countOfRTS, int[] rtsNumbers) 7.2.6 Segment page associationConstructors in org.apache.pdfbox.jbig2 with parameters of type JBIG2DocumentModifierConstructorDescriptionprotected
JBIG2Page
(JBIG2Document document, int pageNumber) SegmentHeader
(JBIG2Document document, SubInputStream sis, long offset, int organisationType)