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 void
JBIG2Page. createNormalPage(PageInformation pageInformation)
private void
JBIG2Page. createPage(PageInformation pageInformation)
private void
JBIG2Page. createStripedPage(PageInformation pageInformation)
private boolean
JBIG2Page. fitsPage(PageInformation pageInformation, Bitmap regionBitmap)
Check if we have only one region that forms the complete page.private CombinationOperator
JBIG2Page. getCombinationOperator(PageInformation pi, CombinationOperator newOperator)
This method checks and sets, which combination operator shall be used.
-