|
barcode4j 2.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChecksumMode | |
---|---|
org.krysalis.barcode4j | Main package of Barcode4J. |
org.krysalis.barcode4j.impl.codabar | This package contains the Codabar implementation. |
org.krysalis.barcode4j.impl.code128 | This package contains the Code 128 and the EAN 128 implementation. |
org.krysalis.barcode4j.impl.code39 | This package contains the Code39 implementation. |
org.krysalis.barcode4j.impl.fourstate | This package contains implementations for the four-state family of barcode symbologies. |
org.krysalis.barcode4j.impl.int2of5 | This package contains the Interleave 2 of 5 implementation. |
org.krysalis.barcode4j.impl.postnet | This package contains the POSTNET implementation. |
org.krysalis.barcode4j.impl.upcean | This package contains the UPC and EAN implementations. |
Uses of ChecksumMode in org.krysalis.barcode4j |
---|
Fields in org.krysalis.barcode4j declared as ChecksumMode | |
---|---|
static ChecksumMode |
ChecksumMode.CP_ADD
"add" adds the necessary checksum to the message to be encoded |
static ChecksumMode |
ChecksumMode.CP_AUTO
"auto" chooses the barcode's default checksum behaviour |
static ChecksumMode |
ChecksumMode.CP_CHECK
"check" requires the check character to be present in the message. |
static ChecksumMode |
ChecksumMode.CP_IGNORE
"ignore" doesn't check nor add a checksum |
Methods in org.krysalis.barcode4j that return ChecksumMode | |
---|---|
static ChecksumMode |
ChecksumMode.byName(java.lang.String name)
Returns a ChecksumMode instance by name. |
Uses of ChecksumMode in org.krysalis.barcode4j.impl.codabar |
---|
Methods in org.krysalis.barcode4j.impl.codabar that return ChecksumMode | |
---|---|
ChecksumMode |
CodabarLogicImpl.getChecksumMode()
Returns the checksum mode. |
ChecksumMode |
CodabarBean.getChecksumMode()
Returns the current checksum mode. |
Methods in org.krysalis.barcode4j.impl.codabar with parameters of type ChecksumMode | |
---|---|
void |
CodabarBean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode |
Constructors in org.krysalis.barcode4j.impl.codabar with parameters of type ChecksumMode | |
---|---|
CodabarLogicImpl(ChecksumMode mode)
Main constructor |
|
CodabarLogicImpl(ChecksumMode mode,
boolean displayStartStop)
Main constructor |
Uses of ChecksumMode in org.krysalis.barcode4j.impl.code128 |
---|
Methods in org.krysalis.barcode4j.impl.code128 that return ChecksumMode | |
---|---|
ChecksumMode |
EAN128Bean.getChecksumMode()
Returns the current checksum mode. |
Methods in org.krysalis.barcode4j.impl.code128 with parameters of type ChecksumMode | |
---|---|
void |
EAN128LogicImpl.setChecksumMode(ChecksumMode mode)
|
void |
EAN128Bean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode |
Constructors in org.krysalis.barcode4j.impl.code128 with parameters of type ChecksumMode | |
---|---|
EAN128LogicImpl(ChecksumMode mode,
java.lang.String template)
|
|
EAN128LogicImpl(ChecksumMode mode,
java.lang.String template,
char fnc1)
|
Uses of ChecksumMode in org.krysalis.barcode4j.impl.code39 |
---|
Methods in org.krysalis.barcode4j.impl.code39 that return ChecksumMode | |
---|---|
ChecksumMode |
Code39LogicImpl.getChecksumMode()
Returns the currently active checksum mode. |
ChecksumMode |
Code39Bean.getChecksumMode()
Returns the current checksum mode. |
Methods in org.krysalis.barcode4j.impl.code39 with parameters of type ChecksumMode | |
---|---|
void |
Code39Bean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode |
Constructors in org.krysalis.barcode4j.impl.code39 with parameters of type ChecksumMode | |
---|---|
Code39LogicImpl(ChecksumMode mode,
boolean displayStartStop,
boolean displayChecksum,
boolean extendedCharSet)
Main constructor |
Uses of ChecksumMode in org.krysalis.barcode4j.impl.fourstate |
---|
Methods in org.krysalis.barcode4j.impl.fourstate that return ChecksumMode | |
---|---|
ChecksumMode |
AbstractFourStateLogicImpl.getChecksumMode()
Returns the currently active checksum mode. |
ChecksumMode |
AbstractFourStateBean.getChecksumMode()
Returns the current checksum mode. |
Methods in org.krysalis.barcode4j.impl.fourstate with parameters of type ChecksumMode | |
---|---|
void |
AbstractFourStateBean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode |
Constructors in org.krysalis.barcode4j.impl.fourstate with parameters of type ChecksumMode | |
---|---|
AbstractFourStateLogicImpl(ChecksumMode mode)
Main constructor |
|
AbstractRMCBCKIXLogicImpl(ChecksumMode mode)
Main constructor |
|
RoyalMailCBCLogicImpl(ChecksumMode mode)
Main constructor |
Uses of ChecksumMode in org.krysalis.barcode4j.impl.int2of5 |
---|
Methods in org.krysalis.barcode4j.impl.int2of5 that return ChecksumMode | |
---|---|
ChecksumMode |
Interleaved2Of5LogicImpl.getChecksumMode()
Returns the current checksum mode |
ChecksumMode |
Interleaved2Of5Bean.getChecksumMode()
Returns the current checksum mode. |
Methods in org.krysalis.barcode4j.impl.int2of5 with parameters of type ChecksumMode | |
---|---|
protected java.lang.String |
Interleaved2Of5LogicImpl.doHandleChecksum(java.lang.StringBuffer sb,
ChecksumMode mode)
Handles the checksum based on the given checksum mode. |
void |
Interleaved2Of5Bean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode |
Constructors in org.krysalis.barcode4j.impl.int2of5 with parameters of type ChecksumMode | |
---|---|
Interleaved2Of5LogicImpl(ChecksumMode mode,
boolean displayChecksum)
Main constructor. |
|
ITF14LogicImpl(ChecksumMode mode,
boolean displayChecksum)
Main constructor. |
Uses of ChecksumMode in org.krysalis.barcode4j.impl.postnet |
---|
Methods in org.krysalis.barcode4j.impl.postnet that return ChecksumMode | |
---|---|
ChecksumMode |
POSTNETLogicImpl.getChecksumMode()
Returns the currently active checksum mode. |
ChecksumMode |
POSTNETBean.getChecksumMode()
Returns the current checksum mode. |
Methods in org.krysalis.barcode4j.impl.postnet with parameters of type ChecksumMode | |
---|---|
void |
POSTNETBean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode |
Constructors in org.krysalis.barcode4j.impl.postnet with parameters of type ChecksumMode | |
---|---|
POSTNETLogicImpl(ChecksumMode mode,
boolean displayChecksum)
Main constructor |
Uses of ChecksumMode in org.krysalis.barcode4j.impl.upcean |
---|
Methods in org.krysalis.barcode4j.impl.upcean that return ChecksumMode | |
---|---|
ChecksumMode |
UPCEANLogicImpl.getChecksumMode()
Returns the current checksum mode. |
ChecksumMode |
UPCEANBean.getChecksumMode()
Returns the current checksum mode. |
Methods in org.krysalis.barcode4j.impl.upcean with parameters of type ChecksumMode | |
---|---|
static java.lang.String |
UPCALogicImpl.handleChecksum(java.lang.String msg,
ChecksumMode mode)
Does checksum processing according to the checksum mode. |
void |
UPCEANBean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode |
Constructors in org.krysalis.barcode4j.impl.upcean with parameters of type ChecksumMode | |
---|---|
EAN13LogicImpl(ChecksumMode mode)
Main constructor |
|
EAN8LogicImpl(ChecksumMode mode)
Main constructor. |
|
UPCALogicImpl(ChecksumMode mode)
Main constructor |
|
UPCEANLogicImpl(ChecksumMode mode)
Main constructor |
|
UPCELogicImpl(ChecksumMode mode)
Main constructor |
|
barcode4j 2.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |