| 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.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 | Field and Description |
|---|---|
static TextAlignment |
TextAlignment.TA_CENTER
The human-readable part is centered.
|
static TextAlignment |
TextAlignment.TA_JUSTIFY
The human-readable part is justified.
|
static TextAlignment |
TextAlignment.TA_LEFT
The human-readable part is left-aligned.
|
static TextAlignment |
TextAlignment.TA_RIGHT
The human-readable part is right-aligned.
|
| Modifier and Type | Method and Description |
|---|---|
static TextAlignment |
TextAlignment.byName(String name)
Returns a TextAlignment instance by name.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DrawingUtil.drawText(Canvas canvas,
AbstractBarcodeBean bean,
String text,
double x1,
double x2,
double y1,
TextAlignment textAlign)
Draws text on a canvas.
|
void |
AbstractVariableHeightLogicHandler.setTextAlignment(TextAlignment align)
Sets the alignment of the human-readable part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CanvasProvider.deviceText(String text,
double x1,
double x2,
double y1,
String fontName,
double fontSize,
TextAlignment textAlign)
Draws text.
|
void |
Canvas.drawText(String text,
double x1,
double x2,
double y1,
String fontName,
double fontSize,
TextAlignment textAlign)
Draws text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BitmapCanvasProvider.deviceText(String text,
double x1,
double x2,
double y1,
String fontName,
double fontSize,
TextAlignment textAlign)
Draws text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPSCanvasProvider.deviceText(String text,
double x1,
double x2,
double y1,
String fontName,
double fontSize,
TextAlignment textAlign)
Draws text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Java2DCanvasProvider.deviceText(String text,
double x1,
double x2,
double y1,
String fontName,
double fontSize,
TextAlignment textAlign)
Draws text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SVGCanvasProvider.deviceText(String text,
double x1,
double x2,
double y1,
String fontName,
double fontSize,
TextAlignment textAlign)
Draws text.
|
Copyright © 2003–2023. All rights reserved.