BarcodeURN | BarcodeBuilder.asURN() | Gets the String to as a {@link BarcodeURN} for this barcode. |
---|
BarcodeURN | BarcodeData.asURN() | Gets the URN representation of this barcode if it is encodable. |
---|
BarcodeURN | BarcodeData.asURN(int width, int height) | Gets the URN representation of this barcode if it is encodable, in the requested size. |
---|
BarcodeURN | BarcodeType.createBarcodeURN(java.lang.String text, int width, int height) | Creates a BarcodeURN for a barcode type. |
---|
BarcodeURN | BarcodeType.createBarcodeURN(java.lang.String text, int width, int height, ErrorCorrectionLevel errorCorrectionLevel) | Creates a BarcodeURN for a barcode type. |
---|
static BarcodeURN | BarcodeURN.from(BarcodeType format, java.lang.String text, int width, int height) | Creates a BarcodeURN for a barcode format or type. |
---|
static BarcodeURN | BarcodeURN.from(BarcodeType format, java.lang.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. |
---|