Uses of Class
org.apache.pdfbox.jbig2.err.JBIG2Exception
-
Packages that use JBIG2Exception Package Description org.apache.pdfbox.jbig2 org.apache.pdfbox.jbig2.err -
-
Uses of JBIG2Exception in org.apache.pdfbox.jbig2
Methods in org.apache.pdfbox.jbig2 that throw JBIG2Exception Modifier and Type Method Description private voidJBIG2Page. composePageBitmap()This method composes the segments' bitmaps to a page and stores the page as aBitmapprotected BitmapJBIG2Page. getBitmap()This method returns the decoded bitmap if present.protected intJBIG2Page. getHeight()Returns the final height of the page. -
Uses of JBIG2Exception in org.apache.pdfbox.jbig2.err
Subclasses of JBIG2Exception in org.apache.pdfbox.jbig2.err Modifier and Type Class Description classIntegerMaxValueExceptionCan be used if the maximum value limit of an integer is exceeded.classInvalidHeaderValueExceptionCan be used if a segment header value is invalid.
-