public interface BarcodeGenerator
| Modifier and Type | Method and Description |
|---|---|
BarcodeDimension |
calcDimensions(String msg)
Calculates the dimension of a barcode with the given message.
|
void |
generateBarcode(CanvasProvider canvas,
String msg)
Generates a barcode using the given Canvas to render the barcode to its
output format.
|
void generateBarcode(CanvasProvider canvas, String msg)
canvas - CanvasProvider that the barcode is to be rendered on.msg - message to encodeBarcodeDimension calcDimensions(String msg)
msg - message to use for calculation.Copyright © 2003–2023. All rights reserved.