public static class AbstractBarcodeStrategy.CharacterCode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
char |
character
The character that is encoded
|
int |
check
The check digit corresponding to this character, used in checksum calculations
|
byte[] |
widths
The widths of the modules (bars and spaces) of this encoded character
|
Constructor and Description |
---|
CharacterCode(char character,
byte[] widths,
int check)
Constructor which fully initializes the properties of the object.
|
Copyright ? 2022. All Rights Reserved.