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 JBIG2PageJBIG2ImageMetadata. pageFields 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. pagesThis map contains all pages of this document.Methods in org.apache.pdfbox.jbig2 that return JBIG2Page Modifier and Type Method Description protected JBIG2PageJBIG2Document. getPage(int pageNumber)Retrieves aJBIG2Pagespecified by the given page number.private JBIG2PageJBIG2ImageReader. getPage(int imageIndex)Constructors in org.apache.pdfbox.jbig2 with parameters of type JBIG2Page Constructor Description JBIG2ImageMetadata(JBIG2Page page)
-