Uses of Class
org.apache.pdfbox.jbig2.JBIG2Globals
-
Packages that use JBIG2Globals Package Description org.apache.pdfbox.jbig2 -
-
Uses of JBIG2Globals in org.apache.pdfbox.jbig2
Fields in org.apache.pdfbox.jbig2 declared as JBIG2Globals Modifier and Type Field Description private JBIG2GlobalsJBIG2ImageReader. globalsGlobals are JBIG2 segments for PDF wide use.private JBIG2GlobalsJBIG2Document. globalSegmentsHolds a load of segments, that aren't associated with a page.Methods in org.apache.pdfbox.jbig2 that return JBIG2Globals Modifier and Type Method Description JBIG2GlobalsJBIG2ImageReader. getGlobals()Returns decoded segments that has been set as globals.protected JBIG2GlobalsJBIG2Document. getGlobalSegments()JBIG2GlobalsJBIG2ImageReader. processGlobals(javax.imageio.stream.ImageInputStream globalsInputStream)Decodes and returns the global segments.Methods in org.apache.pdfbox.jbig2 with parameters of type JBIG2Globals Modifier and Type Method Description voidJBIG2ImageReader. setGlobals(JBIG2Globals globals)Simply sets the globals.Constructors in org.apache.pdfbox.jbig2 with parameters of type JBIG2Globals Constructor Description JBIG2Document(javax.imageio.stream.ImageInputStream input, JBIG2Globals globals)
-