Uses of Interface
org.apache.pdfbox.jbig2.SegmentData
-
Packages that use SegmentData Package Description org.apache.pdfbox.jbig2 org.apache.pdfbox.jbig2.segments -
-
Uses of SegmentData in org.apache.pdfbox.jbig2
Subinterfaces of SegmentData in org.apache.pdfbox.jbig2 Modifier and Type Interface Description interfaceDictionaryInterface for all JBIG2 dictionaries segments.interfaceRegionInterface for all JBIG2 region segments.Fields in org.apache.pdfbox.jbig2 with type parameters of type SegmentData Modifier and Type Field Description private static java.util.Map<java.lang.Integer,java.lang.Class<? extends SegmentData>>SegmentHeader. SEGMENT_TYPE_MAPprivate java.lang.ref.Reference<SegmentData>SegmentHeader. segmentDataMethods in org.apache.pdfbox.jbig2 that return SegmentData Modifier and Type Method Description SegmentDataSegmentHeader. getSegmentData()Retrieves the segments' data part.Methods in org.apache.pdfbox.jbig2 that return types with arguments of type SegmentData Modifier and Type Method Description private java.util.ArrayList<SegmentData>JBIG2Page. collectPageStripes() -
Uses of SegmentData in org.apache.pdfbox.jbig2.segments
Classes in org.apache.pdfbox.jbig2.segments that implement SegmentData Modifier and Type Class Description classEndOfStripeThis segment flags an end of stripe (see JBIG2 ISO standard, 7.4.9).classGenericRefinementRegionThis class represents a generic refinement region and implements the procedure described in JBIG2 ISO standard, 6.3 and 7.4.7.classGenericRegionThis 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.classHalftoneRegionThis class represents the data of segment type "Halftone region".classPageInformationThis class represents the segment type "Page information", 7.4.8 (page 73).classPatternDictionaryThis class represents the segment type "Pattern dictionary", 7.4.4.classProfilesTODO: This class is not implemented yet and empty.classRegionSegmentInformationThis class represents the "Region segment information" field, 7.4.1 (page 50).classSymbolDictionaryThis class represents the data of segment type "Symbol dictionary".classTableThis class represents a "Table" segment.classTextRegionThis class represented the segment type "Text region", 7.4.3, page 56.
-