| Package | Description |
|---|---|
| org.krysalis.barcode4j.impl |
This package contains the implementations (logic and layout) of the various barcode symbologies.
|
| 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.datamatrix |
This package contains the DataMatrix (ISO/IEC 16022:2000(E)) 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.pdf417 |
This package contains the PDF417 (ISO/IEC 15438:2001(E)) implementation.
|
| org.krysalis.barcode4j.impl.postnet |
This package contains the POSTNET implementation.
|
| org.krysalis.barcode4j.impl.qr |
This package contains the QR Code (ISO/IEC 18004:2006(E)) implementation.
|
| org.krysalis.barcode4j.impl.upcean |
This package contains the UPC and EAN implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeightVariableBarcodeBean
Base class for barcodes that encode information by varying the height
of the bars.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractBarcodeBean |
DefaultCanvasLogicHandler.bcBean
the barcode bean
|
protected AbstractBarcodeBean |
ConfigurableBarcodeGenerator.bean
Proxy target.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractBarcodeBean |
ConfigurableBarcodeGenerator.getBean()
Provides access to the underlying barcode bean.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DrawingUtil.drawCenteredChar(Canvas canvas,
AbstractBarcodeBean bean,
char ch,
double x1,
double x2,
double y1)
Draws a centered character on a canvas.
|
static void |
DrawingUtil.drawCenteredText(Canvas canvas,
AbstractBarcodeBean bean,
String text,
double x1,
double x2,
double y1)
Deprecated.
|
static void |
DrawingUtil.drawJustifiedText(Canvas canvas,
AbstractBarcodeBean bean,
String text,
double x1,
double x2,
double y1)
Deprecated.
|
static void |
DrawingUtil.drawText(Canvas canvas,
AbstractBarcodeBean bean,
String text,
double x1,
double x2,
double y1,
TextAlignment textAlign)
Draws text on a canvas.
|
| Constructor and Description |
|---|
DefaultCanvasLogicHandler(AbstractBarcodeBean bcBean,
Canvas canvas)
Main constructor.
|
DefaultTwoDimCanvasLogicHandler(AbstractBarcodeBean bcBean,
Canvas canvas)
Main constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodabarBean
This class is an implementation of the Codabar barcode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Code128Bean
This class is an implementation of the Code 128 barcode.
|
class |
EAN128Bean
This class is an implementation of the Code 128 barcode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Code39Bean
This class is an implementation of the Code39 barcode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataMatrixBean
This class is an implementation of DataMatrix (ISO 16022:2000(E)).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFourStateBean
Abstract base class for four state barcode beans.
|
class |
RoyalMailCBCBean
Implements the Royal Mail Customer Barcode.
|
class |
USPSIntelligentMailBean
Implements the USPS Intelligent Mail Barcode (Four State Customer Barcode).
|
| Modifier and Type | Class and Description |
|---|---|
class |
Interleaved2Of5Bean
This class is an implementation of the Interleaved 2 of 5 barcode.
|
class |
ITF14Bean
This class is an implementation of ITF-14 (as defined by the
GS1 standards organization).
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractBarcodeBean |
ITF14.createBean()
Creates the Bean instance.
|
protected AbstractBarcodeBean |
Interleaved2Of5.createBean()
Creates the Bean instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDF417Bean
This class is an implementation of the PDF417 barcode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
POSTNETBean
Implements the United States Postal Service POSTNET barcode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QRCodeBean
This class is an implementation of QR Code (ISO 18004:2006(E)).
|
| Modifier and Type | Class and Description |
|---|---|
class |
EAN13Bean
This class implements the EAN13 barcode.
|
class |
EAN8Bean
This class implements the EAN-8 barcode.
|
class |
UPCABean
This class is an implementation of the UPC-A barcode.
|
class |
UPCEANBean
This is an abstract base class for UPC and EAN barcodes.
|
class |
UPCEBean
This class is an implementation of the UPC-E barcode.
|
| Constructor and Description |
|---|
UPCEANCanvasLogicHandler(AbstractBarcodeBean bcBean,
Canvas canvas)
Main constructor.
|
Copyright © 2003–2023. All rights reserved.