public class ExtendedCode39_2to1 extends ExtendedCode39 implements java.io.Serializable
BarcodeStrategy interface,
knows how to encode the 2:1 (narrow)
variant of the Extended Code 3 of 9 barcode type.AbstractBarcodeStrategy.CharacterCodecodes, codes2to1MANDATORY_CHECKSUM, NO_CHECKSUM, OPTIONAL_CHECKSUM| Constructor and Description |
|---|
ExtendedCode39_2to1() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractBarcodeStrategy.CharacterCode[] |
getCodes()
This implementation of getCodes returns
BaseCode39.codes2to1. |
getBarcodeLabelText, preprocessaugmentWithChecksum, getMarginWidth, getStartSentinel, getStopSentinel, isInterleaved, postprocess, requiresChecksumcomputeSize, encode, getCharacterCode, getCharacterCodeprotected AbstractBarcodeStrategy.CharacterCode[] getCodes()
BaseCode39.codes2to1.getCodes in class ExtendedCode39CharacterCode
objects, one for each possible character
that can be encoded using this strategy.Copyright ? 2022. All Rights Reserved.