Uses of Class
com.iizix.barcode.BarcodeType
Packages that use BarcodeType Package Description com.iizix.barcode Uses of BarcodeType in com.iizix.barcode
Methods in com.iizix.barcode that return BarcodeType Modifier and Type Method Description static BarcodeType
BarcodeType. from(BarcodeFormat format)
Looks up aBarcodeType
barcode type from a ZxingBarcodeFormat
.static BarcodeType
BarcodeType. from(java.lang.String type)
Looks up aBarcodeType
barcode type from a case sensitive string.BarcodeType
BarcodeBuilder. getBarcodeType()
Gets the barcode type or format.BarcodeType
BarcodeData. getType()
Gets the IIZI barcode type if it is encodable.static BarcodeType
BarcodeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BarcodeType[]
BarcodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.barcode with parameters of type BarcodeType Modifier and Type Method Description 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.