protected static class BarcodePDF417.SegmentList extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<BarcodePDF417.Segment> |
list |
| Modifier | Constructor and Description |
|---|---|
protected |
SegmentList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(char type,
int start,
int end)
Adds a new segment to the list
|
BarcodePDF417.Segment |
get(int idx)
Gets the segment at the specified index
|
void |
remove(int idx)
Removes the segment at the specified index
|
int |
size()
Gets the number of segments in the list
|
protected List<BarcodePDF417.Segment> list
public void add(char type,
int start,
int end)
type - the type of the segmentstart - the start positionend - the end positionpublic BarcodePDF417.Segment get(int idx)
idx - the indexpublic void remove(int idx)
idx - the indexpublic int size()
Copyright © 1998–2025 Apryse Group NV. All rights reserved.