Uses of Class
com.iizix.barcode.BarcodeURN
Uses of BarcodeURN in com.iizix.barcode
Modifier and TypeMethodDescriptionBarcodeBuilder.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.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.