Uses of Enum Class
com.iizix.barcode.BarcodeType
Uses of BarcodeType in com.iizix.barcode
Modifier and TypeMethodDescriptionstatic BarcodeType
BarcodeType.from
(BarcodeFormat format) Looks up aBarcodeType
barcode type from a ZxingBarcodeFormat
.static BarcodeType
Looks up aBarcodeType
barcode type from a case sensitive string.BarcodeBuilder.getBarcodeType()
Gets the barcode type or format.BarcodeData.getType()
Gets the IIZI barcode type if it is encodable.static BarcodeType
Returns the enum constant of this class with the specified name.static BarcodeType[]
BarcodeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic 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.