protected static class BarcodePDF417.Segment extends Object
| Constructor and Description |
|---|
Segment(char type,
int start,
int end)
Creates a new
BarcodePDF417.Segment instance. |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Retrieves the end of the segment.
|
int |
getStart()
Retrieves the start of the segment.
|
char |
getType()
Retrieves the type of the segment.
|
void |
setEnd(int end)
Sets the end of the segment.
|
void |
setStart(int start)
Sets the start of the segment.
|
void |
setType(char type)
Sets the type of the segment.
|
public Segment(char type,
int start,
int end)
BarcodePDF417.Segment instance.type - the type of segmentstart - the start of the segmentend - the end of the segmentpublic char getType()
public void setType(char type)
type - segment typepublic int getStart()
public void setStart(int start)
start - segment startpublic int getEnd()
public void setEnd(int end)
end - segment endCopyright © 1998–2024 Apryse Group NV. All rights reserved.