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 TypeInterfaceDescriptioninterface
Interface for all JBIG2 dictionaries segments.interface
Interface 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_MAP
private Reference
<SegmentData> SegmentHeader.segmentData
Methods 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 TypeClassDescriptionclass
This segment flags an end of stripe (see JBIG2 ISO standard, 7.4.9).class
This class represents a generic refinement region and implements the procedure described in JBIG2 ISO standard, 6.3 and 7.4.7.class
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
This class represents the data of segment type "Halftone region".class
This class represents the segment type "Page information", 7.4.8 (page 73).class
This class represents the segment type "Pattern dictionary", 7.4.4.class
TODO: This class is not implemented yet and empty.class
This class represents the "Region segment information" field, 7.4.1 (page 50).class
This class represents the data of segment type "Symbol dictionary".class
This class represents a "Table" segment.class
This class represented the segment type "Text region", 7.4.3, page 56.