Uses of Class
org.apache.pdfbox.jbig2.segments.PageInformation
-
Packages that use PageInformation Package Description org.apache.pdfbox.jbig2 -
-
Uses of PageInformation in org.apache.pdfbox.jbig2
Methods in org.apache.pdfbox.jbig2 with parameters of type PageInformation Modifier and Type Method Description private voidJBIG2Page. createNormalPage(PageInformation pageInformation)private voidJBIG2Page. createPage(PageInformation pageInformation)private voidJBIG2Page. createStripedPage(PageInformation pageInformation)private booleanJBIG2Page. fitsPage(PageInformation pageInformation, Bitmap regionBitmap)Check if we have only one region that forms the complete page.private CombinationOperatorJBIG2Page. getCombinationOperator(PageInformation pi, CombinationOperator newOperator)This method checks and sets, which combination operator shall be used.
-