Uses of Class
org.apache.pdfbox.jbig2.JBIG2Page
-
Packages that use JBIG2Page Package Description org.apache.pdfbox.jbig2 -
-
Uses of JBIG2Page in org.apache.pdfbox.jbig2
Fields in org.apache.pdfbox.jbig2 declared as JBIG2Page Modifier and Type Field Description private JBIG2Page
JBIG2ImageMetadata. page
Fields in org.apache.pdfbox.jbig2 with type parameters of type JBIG2Page Modifier and Type Field Description private java.util.Map<java.lang.Integer,JBIG2Page>
JBIG2Document. pages
This map contains all pages of this document.Methods in org.apache.pdfbox.jbig2 that return JBIG2Page Modifier and Type Method Description protected JBIG2Page
JBIG2Document. getPage(int pageNumber)
Retrieves aJBIG2Page
specified by the given page number.private JBIG2Page
JBIG2ImageReader. getPage(int imageIndex)
Constructors in org.apache.pdfbox.jbig2 with parameters of type JBIG2Page Constructor Description JBIG2ImageMetadata(JBIG2Page page)
-