Uses of Class
com.iizix.barcode.BarcodeBuilder
Uses of BarcodeBuilder in com.iizix.barcode
Modifier and TypeMethodDescriptionSpecifies what character set to use for encoding valid for the barcode types or formatsBarcodeType.AZTEC
,BarcodeType.PDF_417
andBarcodeType.QR_CODE
.Specifies what character set to use for encoding valid for the barcode types or formatsBarcodeType.AZTEC
,BarcodeType.PDF_417
andBarcodeType.QR_CODE
.BarcodeBuilder.checkParams()
Checks the basic parameters, regardless of if validation mode is enabled or not.BarcodeBuilder.clone()
Clones this instance.BarcodeBuilder.compact
(boolean compact) Sets whether to use compact mode forBarcodeType.PDF_417
barcodes.BarcodeBuilder.compaction
(Compaction compaction) Sets whether to use compaction mode forBarcodeType.PDF_417
barcodes.BarcodeData.createBuilder()
Creates a barcode builder with the barcode type and text.BarcodeType.createBuilder()
Gets theBarcodeBuilder
initialized with the barcode type or format of this instance.BarcodeURN.createBuilder()
Creates a barcode builder for this barcode URN.BarcodeBuilder.dimensions
(int minCols, int maxCols, int minRows, int maxRows) Sets the dimensions for a PDF417 barcode, i.e.BarcodeBuilder.errorCorrection
(int errorCorrectionLevel) Assigns the error correction for a AZTEC or PDF417 barcodes.BarcodeBuilder.errorCorrection
(ErrorCorrectionLevel errorCorrectionLevel) Assigns the error correction for a QR code.BarcodeBuilder.layers
(int number) Specifies the required number of layers for anBarcodeType.AZTEC
barcode.BarcodeBuilder.margin
(int margin) Sets the margin in pixels to use when generating the barcode, the meaning can vary by format.BarcodeBuilder.shape
(SymbolShapeHint shape) Specifies the matrix shape for Data Matrix.BarcodeBuilder.size
(int size) Assigns the size for a as the width and height, typically used for a 2-dimensional barcode such asBarcodeType.AZTEC
,BarcodeType.DATA_MATRIX
andBarcodeType.QR_CODE
.BarcodeBuilder.size
(int width, int height) Assigns the width and height for the barcode.Assign the text contents for the barcode.BarcodeBuilder.validate
(boolean isEnabled) Turns validation mode on or off.BarcodeBuilder.version
(int number) Specifies the exact version of QR code to be encoded.