Uses of Class
com.itextpdf.barcodes.BarcodePDF417.Segment
-
Packages that use BarcodePDF417.Segment Package Description com.itextpdf.barcodes -
-
Uses of BarcodePDF417.Segment in com.itextpdf.barcodes
Fields in com.itextpdf.barcodes with type parameters of type BarcodePDF417.Segment Modifier and Type Field Description protected java.util.List<BarcodePDF417.Segment>
BarcodePDF417.SegmentList. list
Methods in com.itextpdf.barcodes that return BarcodePDF417.Segment Modifier and Type Method Description BarcodePDF417.Segment
BarcodePDF417.SegmentList. get(int idx)
Gets the segment at the specified indexMethods in com.itextpdf.barcodes with parameters of type BarcodePDF417.Segment Modifier and Type Method Description protected boolean
BarcodePDF417. checkSegmentType(BarcodePDF417.Segment segment, char type)
Checks whether the segment is of a certain type.protected int
BarcodePDF417. getSegmentLength(BarcodePDF417.Segment segment)
Calculates the length of the given segment
-