|
barcode4j 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextAlignment | |
|---|---|
| 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. |
| Uses of TextAlignment in org.krysalis.barcode4j |
|---|
| Fields in org.krysalis.barcode4j declared as TextAlignment | |
|---|---|
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. |
| Methods in org.krysalis.barcode4j that return TextAlignment | |
|---|---|
static TextAlignment |
TextAlignment.byName(java.lang.String name)
Returns a TextAlignment instance by name. |
| Uses of TextAlignment in org.krysalis.barcode4j.impl |
|---|
| Methods in org.krysalis.barcode4j.impl with parameters of type TextAlignment | |
|---|---|
static void |
DrawingUtil.drawText(Canvas canvas,
AbstractBarcodeBean bean,
java.lang.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. |
| Uses of TextAlignment in org.krysalis.barcode4j.output |
|---|
| Methods in org.krysalis.barcode4j.output with parameters of type TextAlignment | |
|---|---|
void |
CanvasProvider.deviceText(java.lang.String text,
double x1,
double x2,
double y1,
java.lang.String fontName,
double fontSize,
TextAlignment textAlign)
Draws text. |
void |
Canvas.drawText(java.lang.String text,
double x1,
double x2,
double y1,
java.lang.String fontName,
double fontSize,
TextAlignment textAlign)
Draws text. |
| Uses of TextAlignment in org.krysalis.barcode4j.output.bitmap |
|---|
| Methods in org.krysalis.barcode4j.output.bitmap with parameters of type TextAlignment | |
|---|---|
void |
BitmapCanvasProvider.deviceText(java.lang.String text,
double x1,
double x2,
double y1,
java.lang.String fontName,
double fontSize,
TextAlignment textAlign)
Draws text. |
| Uses of TextAlignment in org.krysalis.barcode4j.output.eps |
|---|
| Methods in org.krysalis.barcode4j.output.eps with parameters of type TextAlignment | |
|---|---|
void |
EPSCanvasProvider.deviceText(java.lang.String text,
double x1,
double x2,
double y1,
java.lang.String fontName,
double fontSize,
TextAlignment textAlign)
Draws text. |
| Uses of TextAlignment in org.krysalis.barcode4j.output.java2d |
|---|
| Methods in org.krysalis.barcode4j.output.java2d with parameters of type TextAlignment | |
|---|---|
void |
Java2DCanvasProvider.deviceText(java.lang.String text,
double x1,
double x2,
double y1,
java.lang.String fontName,
double fontSize,
TextAlignment textAlign)
Draws text. |
| Uses of TextAlignment in org.krysalis.barcode4j.output.svg |
|---|
| Methods in org.krysalis.barcode4j.output.svg with parameters of type TextAlignment | |
|---|---|
void |
JDOMSVGCanvasProvider.deviceText(java.lang.String text,
double x1,
double x2,
double y1,
java.lang.String fontName,
double fontSize,
TextAlignment textAlign)
Draws text. |
void |
SVGCanvasProvider.deviceText(java.lang.String text,
double x1,
double x2,
double y1,
java.lang.String fontName,
double fontSize,
TextAlignment textAlign)
Draws text. |
|
barcode4j 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||