Uses of Interface
org.apache.pdfbox.jbig2.SegmentData
Packages that use SegmentData
-
Uses of SegmentData in org.apache.pdfbox.jbig2
Subinterfaces of SegmentData in org.apache.pdfbox.jbig2Modifier and TypeInterfaceDescriptioninterfaceInterface for all JBIG2 dictionaries segments.interfaceInterface for all JBIG2 region segments.Fields in org.apache.pdfbox.jbig2 with type parameters of type SegmentDataModifier and TypeFieldDescriptionprivate static final Map<Integer, Class<? extends SegmentData>> SegmentHeader.SEGMENT_TYPE_MAPprivate Reference<SegmentData> SegmentHeader.segmentDataMethods in org.apache.pdfbox.jbig2 that return SegmentDataModifier and TypeMethodDescriptionSegmentHeader.getSegmentData()Retrieves the segments' data part.Methods in org.apache.pdfbox.jbig2 that return types with arguments of type SegmentData -
Uses of SegmentData in org.apache.pdfbox.jbig2.segments
Classes in org.apache.pdfbox.jbig2.segments that implement SegmentDataModifier and TypeClassDescriptionclassThis segment flags an end of stripe (see JBIG2 ISO standard, 7.4.9).classThis class represents a generic refinement region and implements the procedure described in JBIG2 ISO standard, 6.3 and 7.4.7.classThis 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.classThis class represents the data of segment type "Halftone region".classThis class represents the segment type "Page information", 7.4.8 (page 73).classThis class represents the segment type "Pattern dictionary", 7.4.4.classTODO: This class is not implemented yet and empty.classThis class represents the "Region segment information" field, 7.4.1 (page 50).classThis class represents the data of segment type "Symbol dictionary".classThis class represents a "Table" segment.classThis class represented the segment type "Text region", 7.4.3, page 56.