| Package | Description |
|---|---|
| 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.
|
| 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 |
|---|---|
protected Canvas |
AbstractVariableHeightLogicHandler.canvas
the canvas to paint on
|
protected Canvas |
DefaultCanvasLogicHandler.canvas
the canvas to paint on
|
| 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 |
|---|
AbstractVariableHeightLogicHandler(HeightVariableBarcodeBean bcBean,
Canvas canvas)
Constructor
|
DefaultCanvasLogicHandler(AbstractBarcodeBean bcBean,
Canvas canvas)
Main constructor.
|
DefaultTwoDimCanvasLogicHandler(AbstractBarcodeBean bcBean,
Canvas canvas)
Main constructor.
|
| Constructor and Description |
|---|
FourStateLogicHandler(HeightVariableBarcodeBean bcBean,
Canvas canvas)
Constructor
|
| Constructor and Description |
|---|
ITF14CanvasLogicHandler(ITF14Bean bcBean,
Canvas canvas)
Main constructor.
|
| Constructor and Description |
|---|
POSTNETLogicHandler(HeightVariableBarcodeBean bcBean,
Canvas canvas)
Constructor
|
| Constructor and Description |
|---|
UPCEANCanvasLogicHandler(AbstractBarcodeBean bcBean,
Canvas canvas)
Main constructor.
|
Copyright © 2003–2023. All rights reserved.