Creates a BufferedImage of the barcode that can be used in java.awt transformations or other operations.
Creates an SVG image for the barcode.
Gets the String to as a {@link BarcodeURN}
for this barcode.
Gets the URN representation of this barcode if it is encodable.
BarcodeData.asURN(int width, int height)
Gets the URN representation of this barcode if it is encodable, in the requested size.
Gets the String to as a {@link BarcodeURN}
for this barcode.
Creates a BarcodeURN for a barcode type.
Creates a BarcodeURN for a barcode type.
Creates a BarcodeURN for a barcode format or type.
Creates a BarcodeURN for a barcode format or type, and for the QR code format, an optional error correction level.
Creates an SVG image for the barcode type or format.
Creates an SVG image for the barcode type or format.
Writes the barcode to a file in .PNG format.
Writes the barcode to a file in the requested formatName
such as "png" or "jpg".
void
Writes the barcode to an output stream in .PNG format.
void
Writes the barcode to an output stream in .PNG format.