|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jbarcodebean.model.AbstractBarcodeStrategy.CharacterCode
public static class AbstractBarcodeStrategy.CharacterCode
Inner class representing a character and its barcode encoding.
Field Summary | |
---|---|
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 Summary | |
---|---|
AbstractBarcodeStrategy.CharacterCode(char character,
byte[] widths,
int check)
Constructor which fully initializes the properties of the object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public char character
public byte[] widths
public int check
Constructor Detail |
---|
public AbstractBarcodeStrategy.CharacterCode(char character, byte[] widths, int check)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |