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 JBIG2Globals
JBIG2ImageReader.globals
Globals are JBIG2 segments for PDF wide use.private JBIG2Globals
JBIG2Document.globalSegments
Holds 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 JBIG2Globals
JBIG2Document.getGlobalSegments()
JBIG2ImageReader.processGlobals
(ImageInputStream globalsInputStream) Decodes and returns the global segments.Methods in org.apache.pdfbox.jbig2 with parameters of type JBIG2GlobalsModifier and TypeMethodDescriptionvoid
JBIG2ImageReader.setGlobals
(JBIG2Globals globals) Simply sets the globals.Constructors in org.apache.pdfbox.jbig2 with parameters of type JBIG2GlobalsModifierConstructorDescriptionprotected
JBIG2Document
(ImageInputStream input, JBIG2Globals globals)