protected static class BarcodePDF417.SegmentList
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected java.util.ArrayList<BarcodePDF417.Segment> |
list |
Modifier | Constructor | Description |
---|---|---|
protected |
SegmentList() |
Modifier and Type | Method | Description |
---|---|---|
void |
add(char type,
int start,
int end) |
|
BarcodePDF417.Segment |
get(int idx) |
|
void |
remove(int idx) |
|
int |
size() |
protected java.util.ArrayList<BarcodePDF417.Segment> list
public void add(char type, int start, int end)
public BarcodePDF417.Segment get(int idx)
public void remove(int idx)
public int size()
Copyright © 1998–2018. All rights reserved.