Uses of Interface
org.apache.pdfbox.jbig2.Region
-
Packages that use Region Package Description org.apache.pdfbox.jbig2.segments -
-
Uses of Region in org.apache.pdfbox.jbig2.segments
Classes in org.apache.pdfbox.jbig2.segments that implement Region Modifier and Type Class Description class
GenericRefinementRegion
This class represents a generic refinement region and implements the procedure described in JBIG2 ISO standard, 6.3 and 7.4.7.class
GenericRegion
This class represents a generic region segment.
Parsing is done as described in 7.4.5.
Decoding procedure is done as described in 6.2.5.7 and 7.4.6.4.class
HalftoneRegion
This class represents the data of segment type "Halftone region".class
TextRegion
This class represented the segment type "Text region", 7.4.3, page 56.Methods in org.apache.pdfbox.jbig2.segments with parameters of type Region Modifier and Type Method Description private void
SymbolDictionary. addSymbol(Region region)
-