Uses of Enum Class
com.iizix.barcode.BarcodeType
Packages that use BarcodeType
Uses of BarcodeType in com.iizix.barcode
Methods in com.iizix.barcode that return BarcodeTypeModifier and TypeMethodDescriptionstatic BarcodeTypeBarcodeType.from(BarcodeFormat format) Looks up aBarcodeTypebarcode type from a ZxingBarcodeFormat.static BarcodeTypeLooks up aBarcodeTypebarcode 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 BarcodeTypeReturns 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.Methods in com.iizix.barcode with parameters of type BarcodeTypeModifier and TypeMethodDescriptionstatic BarcodeURNBarcodeURN.from(BarcodeType format, String text, int width, int height) Creates a BarcodeURN for a barcode format or type.static BarcodeURNBarcodeURN.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.