Uses of Class
com.iizix.barcode.BarcodeException
Packages that use BarcodeException
Uses of BarcodeException in com.iizix.barcode
Methods in com.iizix.barcode that throw BarcodeExceptionModifier and TypeMethodDescriptionBarcodeBuilder.asBufferedImage()
Creates a BufferedImage of the barcode that can be used in java.awt transformations or other operations.BarcodeBuilder.asSVG()
Creates an SVG image for the barcode.BarcodeBuilder.asURN()
Gets the String to as a{@link BarcodeURN}
for this barcode.BarcodeData.asURN()
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.BarcodeBuilder.asURNString()
Gets the String to as a{@link BarcodeURN}
for this barcode.BarcodeType.createBarcodeURN
(String text, int width, int height) Creates a BarcodeURN for a barcode type.BarcodeType.createBarcodeURN
(String text, int width, int height, ErrorCorrectionLevel errorCorrectionLevel) Creates a BarcodeURN for a barcode type.static BarcodeURN
BarcodeURN.from
(BarcodeType format, String text, int width, int height) Creates a BarcodeURN for a barcode format or type.static BarcodeURN
BarcodeURN.from
(BarcodeType format, String text, int width, int height, ErrorCorrectionLevel errorCorrectionLevel) 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.BarcodeType.getSVG
(String text, int width, int height, ErrorCorrectionLevel errorCorrectionLevel) 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 requestedformatName
such as "png" or "jpg".void
BarcodeBuilder.toOutputStream
(OutputStream pngOutputStream) Writes the barcode to an output stream in .PNG format.void
BarcodeBuilder.toOutputStream
(String formatName, OutputStream outputStream) Writes the barcode to an output stream in .PNG format.