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 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 JBIG2Globals Modifier and Type Method Description JBIG2Globals
JBIG2ImageReader. getGlobals()
Returns decoded segments that has been set as globals.protected JBIG2Globals
JBIG2Document. getGlobalSegments()
JBIG2Globals
JBIG2ImageReader. 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 void
JBIG2ImageReader. 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)
-