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