public class Codabar_2to1 extends Codabar implements java.io.Serializable
BarcodeStrategy interface,
knows how to encode the
2:1 (narrow) variant of the Codabar barcode type.AbstractBarcodeStrategy.CharacterCodeMANDATORY_CHECKSUM, NO_CHECKSUM, OPTIONAL_CHECKSUM| Constructor and Description |
|---|
Codabar_2to1() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractBarcodeStrategy.CharacterCode[] |
getCodes()
This implementation of getCodes returns an array of
CharacterCode objects
for the narrow Codabar format. |
augmentWithChecksum, getBarcodeLabelText, getMarginWidth, getStartSentinel, getStopSentinel, isInterleaved, postprocess, preprocess, requiresChecksumcomputeSize, encode, getCharacterCode, getCharacterCodeprotected AbstractBarcodeStrategy.CharacterCode[] getCodes()
CharacterCode objects
for the narrow Codabar format.getCodes in class CodabarCharacterCode
objects, one for each possible character
that can be encoded using this strategy.Copyright ? 2022. All Rights Reserved.