Uses of Class
org.apache.pdfbox.jbig2.segments.RegionSegmentInformation
-
Packages that use RegionSegmentInformation Package Description org.apache.pdfbox.jbig2 org.apache.pdfbox.jbig2.segments -
-
Uses of RegionSegmentInformation in org.apache.pdfbox.jbig2
Methods in org.apache.pdfbox.jbig2 that return RegionSegmentInformation Modifier and Type Method Description RegionSegmentInformation
Region. getRegionInfo()
Simply returns theRegionSegmentInformation
. -
Uses of RegionSegmentInformation in org.apache.pdfbox.jbig2.segments
Fields in org.apache.pdfbox.jbig2.segments declared as RegionSegmentInformation Modifier and Type Field Description private RegionSegmentInformation
GenericRefinementRegion. regionInfo
Region segment information flags, 7.4.1private RegionSegmentInformation
GenericRegion. regionInfo
Region segment information field, 7.4.1private RegionSegmentInformation
HalftoneRegion. regionInfo
Region segment information field, 7.4.1private RegionSegmentInformation
TextRegion. regionInfo
Region segment information field, 7.4.1Methods in org.apache.pdfbox.jbig2.segments that return RegionSegmentInformation Modifier and Type Method Description RegionSegmentInformation
GenericRefinementRegion. getRegionInfo()
RegionSegmentInformation
GenericRegion. getRegionInfo()
RegionSegmentInformation
HalftoneRegion. getRegionInfo()
RegionSegmentInformation
TextRegion. getRegionInfo()
-