Package com.itextpdf.barcodes
Class BarcodePDF417.Segment
- java.lang.Object
-
- com.itextpdf.barcodes.BarcodePDF417.Segment
-
- Enclosing class:
- BarcodePDF417
protected static class BarcodePDF417.Segment extends java.lang.Object
A container that encapsulates all data needed for a segment.
-
-
Constructor Summary
Constructors Constructor Description Segment(char type, int start, int end)
Creates a newBarcodePDF417.Segment
instance.
-
-
-
Constructor Detail
-
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
-
-