| Package | Description |
|---|---|
| org.krysalis.barcode4j |
Main package of Barcode4J.
|
| org.krysalis.barcode4j.impl |
This package contains the implementations (logic and layout) of the various barcode symbologies.
|
| org.krysalis.barcode4j.impl.fourstate |
This package contains implementations for the four-state family of barcode symbologies.
|
| Modifier and Type | Field and Description |
|---|---|
static HumanReadablePlacement |
HumanReadablePlacement.HRP_BOTTOM
The human-readable part is placed at the bottom of the barcode.
|
static HumanReadablePlacement |
HumanReadablePlacement.HRP_NONE
The human-readable part is suppressed.
|
static HumanReadablePlacement |
HumanReadablePlacement.HRP_TOP
The human-readable part is placed at the top of the barcode.
|
| Modifier and Type | Method and Description |
|---|---|
static HumanReadablePlacement |
HumanReadablePlacement.byName(String name)
Returns a HumanReadablePlacement instance by name.
|
| Modifier and Type | Field and Description |
|---|---|
protected HumanReadablePlacement |
AbstractBarcodeBean.msgPos
Position of human-readable text
|
| Modifier and Type | Method and Description |
|---|---|
HumanReadablePlacement |
AbstractBarcodeBean.getMsgPosition()
Returns the placement of the human-readable part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBarcodeBean.setMsgPosition(HumanReadablePlacement placement)
Sets the placement of the human-readable part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoyalMailCBCBean.setMsgPosition(HumanReadablePlacement placement)
Sets the placement of the human-readable part.
|
Copyright © 2003–2023. All rights reserved.