Package com.itextpdf.barcodes
Class BarcodePDF417.Segment
java.lang.Object
com.itextpdf.barcodes.BarcodePDF417.Segment
- Enclosing class:
BarcodePDF417
A container that encapsulates all data needed for a segment.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSegment
(char type, int start, int end) Creates a newBarcodePDF417.Segment
instance. -
Method Summary
-
Field Details
-
type
public char type -
start
public int start -
end
public int end
-
-
Constructor Details
-
Segment
public Segment(char type, int start, int end) Creates a newBarcodePDF417.Segment
instance.- Parameters:
type
- the type of segmentstart
- the start of the segmentend
- the end of the segment
-