| 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.upcean |
This package contains the UPC and EAN implementations.
|
| Modifier and Type | Field and Description |
|---|---|
static BarGroup |
BarGroup.MSG_CHARACTER
Bar group is represents a message character or a part of the message
|
static BarGroup |
BarGroup.START_CHARACTER
Bar group is represents a start character
|
static BarGroup |
BarGroup.STOP_CHARACTER
Bar group is represents a stop character
|
static BarGroup |
BarGroup.UPC_EAN_CHECK
Bar group is represents a UPC/EAN check character
|
static BarGroup |
BarGroup.UPC_EAN_GROUP
Bar group is represents a UPC/EAN character group
|
static BarGroup |
BarGroup.UPC_EAN_GUARD
Bar group is represents a UPC/EAN guard
|
static BarGroup |
BarGroup.UPC_EAN_LEAD
Bar group is represents a UPC/EAN lead
|
static BarGroup |
BarGroup.UPC_EAN_SUPP
Bar group is represents a UPC/EAN supplemental
|
| Modifier and Type | Method and Description |
|---|---|
static BarGroup |
BarGroup.byName(String name)
Returns a BarGroup instance by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassicBarcodeLogicHandler.startBarGroup(BarGroup type,
String submsg)
This method is called when a new group of bars is about to start.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingLogicHandlerProxy.startBarGroup(BarGroup type,
String submsg) |
void |
DefaultTwoDimCanvasLogicHandler.startBarGroup(BarGroup type,
String submsg) |
void |
AbstractVariableHeightLogicHandler.startBarGroup(BarGroup barGroup,
String string)
This method is called when a new group of bars is about to start.
|
void |
DefaultCanvasLogicHandler.startBarGroup(BarGroup type,
String submsg)
This method is called when a new group of bars is about to start.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UPCEANCanvasLogicHandler.startBarGroup(BarGroup type,
String submsg) |
Copyright © 2003–2023. All rights reserved.