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 interface
Dictionary
Interface for all JBIG2 dictionaries segments.interface
Region
Interface 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_MAP
private java.lang.ref.Reference<SegmentData>
SegmentHeader. segmentData
Methods in org.apache.pdfbox.jbig2 that return SegmentData Modifier and Type Method Description SegmentData
SegmentHeader. 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 class
EndOfStripe
This segment flags an end of stripe (see JBIG2 ISO standard, 7.4.9).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
PageInformation
This class represents the segment type "Page information", 7.4.8 (page 73).class
PatternDictionary
This class represents the segment type "Pattern dictionary", 7.4.4.class
Profiles
TODO: This class is not implemented yet and empty.class
RegionSegmentInformation
This class represents the "Region segment information" field, 7.4.1 (page 50).class
SymbolDictionary
This class represents the data of segment type "Symbol dictionary".class
Table
This class represents a "Table" segment.class
TextRegion
This class represented the segment type "Text region", 7.4.3, page 56.
-