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 BarcodeTypeBarcodeType. from(BarcodeFormat format)Looks up aBarcodeTypebarcode type from a ZxingBarcodeFormat.static BarcodeTypeBarcodeType. from(java.lang.String type)Looks up aBarcodeTypebarcode type from a case sensitive string.BarcodeTypeBarcodeBuilder. getBarcodeType()Gets the barcode type or format.BarcodeTypeBarcodeData. getType()Gets the iizi barcode type if it is encodable.static BarcodeTypeBarcodeType. 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 BarcodeURNBarcodeURN. from(BarcodeType format, java.lang.String text, int width, int height)Creates a BarcodeURN for a barcode format or type.static BarcodeURNBarcodeURN. 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.