| 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.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.
|
| org.krysalis.barcode4j.output |
This package contains the basic infrastructure for supporting various output formats.
|
| org.krysalis.barcode4j.output.bitmap |
This package contains classes for barcode output to bitmap images.
|
| org.krysalis.barcode4j.output.eps |
This package contains classes for barcode output to EPS (Encapsulated PostScript).
|
| org.krysalis.barcode4j.output.java2d |
This package contains classes for barcode output via the Java2D API (Graphics2D, AWT).
|
| org.krysalis.barcode4j.output.svg |
This package contains classes for barcode output to SVG.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BarcodeGenerator.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractBarcodeBean.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
void |
ConfigurableBarcodeGenerator.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodabarBean.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EAN128Bean.generateBarcode(CanvasProvider canvas,
String msg) |
void |
Code128Bean.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Code39Bean.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataMatrixBean.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
USPSIntelligentMailBean.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
void |
RoyalMailCBCBean.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITF14Bean.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
void |
Interleaved2Of5Bean.generateBarcode(CanvasProvider canvas,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
PDF417Bean.generateBarcode(CanvasProvider canvas,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
POSTNETBean.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QRCodeBean.generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UPCEANBean.generateBarcode(CanvasProvider canvas,
String msg) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCanvasProvider
Abstract base class for most CanvasProvider implementations.
|
class |
AbstractXMLGeneratingCanvasProvider
Abstract base class that provides some commonly used methods for
generating XML representations of barcodes.
|
| Modifier and Type | Method and Description |
|---|---|
CanvasProvider |
Canvas.getCanvasImp()
Returns the canvas provider in use.
|
| Constructor and Description |
|---|
Canvas(CanvasProvider canvasImp)
Main constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
BitmapCanvasProvider
CanvasProvider implementation for generating bitmaps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EPSCanvasProvider
CanvasProvider implementation for EPS output (Encapsulated PostScript).
|
| Modifier and Type | Class and Description |
|---|---|
class |
Java2DCanvasProvider
CanvasProvider implementation that renders to Java2D (AWT).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSVGGeneratingCanvasProvider
Abstract base class for implementations that generate SVG.
|
class |
SVGCanvasProvider
Implementation that outputs to a W3C DOM.
|
Copyright © 2003–2023. All rights reserved.