Uses of Class
org.krysalis.barcode4j.TextAlignment
Packages that use TextAlignment
Package
Description
-
Uses of TextAlignment in org.krysalis.barcode4j
Fields in org.krysalis.barcode4j declared as TextAlignmentModifier and TypeFieldDescriptionstatic final TextAlignmentTextAlignment.TA_CENTERThe human-readable part is centered.static final TextAlignmentTextAlignment.TA_JUSTIFYThe human-readable part is justified.static final TextAlignmentTextAlignment.TA_LEFTThe human-readable part is left-aligned.static final TextAlignmentTextAlignment.TA_RIGHTThe human-readable part is right-aligned.Methods in org.krysalis.barcode4j that return TextAlignment -
Uses of TextAlignment in org.krysalis.barcode4j.impl
Methods in org.krysalis.barcode4j.impl with parameters of type TextAlignmentModifier and TypeMethodDescriptionstatic voidDrawingUtil.drawText(Canvas canvas, AbstractBarcodeBean bean, String text, double x1, double x2, double y1, TextAlignment textAlign) Draws text on a canvas.voidAbstractVariableHeightLogicHandler.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 TextAlignmentModifier and TypeMethodDescriptionvoidCanvasProvider.deviceText(String text, double x1, double x2, double y1, String fontName, double fontSize, TextAlignment textAlign) Draws text.voidCanvas.drawText(String text, double x1, double x2, double y1, 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 TextAlignmentModifier and TypeMethodDescriptionvoidBitmapCanvasProvider.deviceText(String text, double x1, double x2, double y1, 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 TextAlignmentModifier and TypeMethodDescriptionvoidEPSCanvasProvider.deviceText(String text, double x1, double x2, double y1, 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 TextAlignmentModifier and TypeMethodDescriptionvoidJava2DCanvasProvider.deviceText(String text, double x1, double x2, double y1, 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 TextAlignmentModifier and TypeMethodDescriptionvoidSVGCanvasProvider.deviceText(String text, double x1, double x2, double y1, String fontName, double fontSize, TextAlignment textAlign) Draws text.