| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static ChecksumMode |
ChecksumMode.byName(String name)
Returns a ChecksumMode instance by name.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumMode |
CodabarLogicImpl.getChecksumMode()
Returns the checksum mode.
|
ChecksumMode |
CodabarBean.getChecksumMode()
Returns the current checksum mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodabarBean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode
|
| Constructor and Description |
|---|
CodabarLogicImpl(ChecksumMode mode)
Main constructor
|
CodabarLogicImpl(ChecksumMode mode,
boolean displayStartStop)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumMode |
EAN128Bean.getChecksumMode()
Returns the current checksum mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EAN128Bean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode
|
void |
EAN128LogicImpl.setChecksumMode(ChecksumMode mode) |
| Constructor and Description |
|---|
EAN128LogicImpl(ChecksumMode mode,
String template) |
EAN128LogicImpl(ChecksumMode mode,
String template,
char fnc1) |
| Modifier and Type | Method and Description |
|---|---|
ChecksumMode |
Code39Bean.getChecksumMode()
Returns the current checksum mode.
|
ChecksumMode |
Code39LogicImpl.getChecksumMode()
Returns the currently active checksum mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Code39Bean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode
|
| Constructor and Description |
|---|
Code39LogicImpl(ChecksumMode mode,
boolean displayStartStop,
boolean displayChecksum,
boolean extendedCharSet)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumMode |
AbstractFourStateBean.getChecksumMode()
Returns the current checksum mode.
|
ChecksumMode |
AbstractFourStateLogicImpl.getChecksumMode()
Returns the currently active checksum mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFourStateBean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode
|
| Constructor and Description |
|---|
AbstractFourStateLogicImpl(ChecksumMode mode)
Main constructor
|
AbstractRMCBCKIXLogicImpl(ChecksumMode mode)
Main constructor
|
RoyalMailCBCLogicImpl(ChecksumMode mode)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumMode |
Interleaved2Of5LogicImpl.getChecksumMode()
Returns the current checksum mode
|
ChecksumMode |
Interleaved2Of5Bean.getChecksumMode()
Returns the current checksum mode.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
Interleaved2Of5LogicImpl.doHandleChecksum(StringBuffer sb,
ChecksumMode mode)
Handles the checksum based on the given checksum mode.
|
void |
Interleaved2Of5Bean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode
|
| Constructor and Description |
|---|
Interleaved2Of5LogicImpl(ChecksumMode mode,
boolean displayChecksum)
Main constructor.
|
ITF14LogicImpl(ChecksumMode mode,
boolean displayChecksum)
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumMode |
POSTNETBean.getChecksumMode()
Returns the current checksum mode.
|
ChecksumMode |
POSTNETLogicImpl.getChecksumMode()
Returns the currently active checksum mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
POSTNETBean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode
|
| Constructor and Description |
|---|
POSTNETLogicImpl(ChecksumMode mode,
boolean displayChecksum)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumMode |
UPCEANBean.getChecksumMode()
Returns the current checksum mode.
|
ChecksumMode |
UPCEANLogicImpl.getChecksumMode()
Returns the current checksum mode.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
UPCALogicImpl.handleChecksum(String msg,
ChecksumMode mode)
Does checksum processing according to the checksum mode.
|
void |
UPCEANBean.setChecksumMode(ChecksumMode mode)
Sets the checksum mode
|
| Constructor and Description |
|---|
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
|
Copyright © 2003–2023. All rights reserved.