protected static class BarcodePDF417.SegmentList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<BarcodePDF417.Segment> |
list |
Modifier | Constructor and Description |
---|---|
protected |
BarcodePDF417.SegmentList() |
Modifier and Type | Method and 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 © 2013. All Rights Reserved.