Uses of Class
org.apache.pdfbox.jbig2.JBIG2Globals
Packages that use JBIG2Globals
-
Uses of JBIG2Globals in org.apache.pdfbox.jbig2
Fields in org.apache.pdfbox.jbig2 declared as JBIG2GlobalsModifier and TypeFieldDescriptionprivate 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 JBIG2GlobalsModifier and TypeMethodDescriptionJBIG2ImageReader.getGlobals()Returns decoded segments that has been set as globals.protected JBIG2GlobalsJBIG2Document.getGlobalSegments()JBIG2ImageReader.processGlobals(ImageInputStream globalsInputStream) Decodes and returns the global segments.Methods in org.apache.pdfbox.jbig2 with parameters of type JBIG2GlobalsModifier and TypeMethodDescriptionvoidJBIG2ImageReader.setGlobals(JBIG2Globals globals) Simply sets the globals.Constructors in org.apache.pdfbox.jbig2 with parameters of type JBIG2GlobalsModifierConstructorDescriptionprotectedJBIG2Document(ImageInputStream input, JBIG2Globals globals)