Uses of Class
de.vwsoft.barcodelib4j.twod.zxing.BitMatrix
Packages that use BitMatrix
Package
Description
-
Uses of BitMatrix in de.vwsoft.barcodelib4j.twod
Constructors in de.vwsoft.barcodelib4j.twod with parameters of type BitMatrixModifierConstructorDescriptionTwoDSymbol(BitMatrix bitMatrix, int quietZoneSize) Constructs an instance using the binary representation (bit matrix) of a 2D code. -
Uses of BitMatrix in de.vwsoft.barcodelib4j.twod.aztec
Methods in de.vwsoft.barcodelib4j.twod.aztec that return BitMatrixModifier and TypeMethodDescriptionAztecWriter.encode(String contents, BarcodeFormat format, int width, int height) AztecWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) AztecCode.getMatrix()Methods in de.vwsoft.barcodelib4j.twod.aztec with parameters of type BitMatrix -
Uses of BitMatrix in de.vwsoft.barcodelib4j.twod.datamatrix
Methods in de.vwsoft.barcodelib4j.twod.datamatrix that return BitMatrixModifier and TypeMethodDescriptionDataMatrixWriter.encode(String contents, BarcodeFormat format, int width, int height) DataMatrixWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of BitMatrix in de.vwsoft.barcodelib4j.twod.pdf417
Methods in de.vwsoft.barcodelib4j.twod.pdf417 that return BitMatrixModifier and TypeMethodDescriptionPDF417Writer.encode(String contents, BarcodeFormat format, int width, int height) PDF417Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of BitMatrix in de.vwsoft.barcodelib4j.twod.qrcode
Methods in de.vwsoft.barcodelib4j.twod.qrcode that return BitMatrixModifier and TypeMethodDescriptionQRCodeWriter.encode(String contents, BarcodeFormat format, int width, int height) QRCodeWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of BitMatrix in de.vwsoft.barcodelib4j.twod.zxing
Methods in de.vwsoft.barcodelib4j.twod.zxing that return BitMatrixModifier and TypeMethodDescriptionBitMatrix.clone()Writer.encode(String contents, BarcodeFormat format, int width, int height) Encode a barcode using the default settings.Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) static BitMatrixBitMatrix.parse(boolean[][] image) Interprets a 2D array of booleans as aBitMatrix, where "true" means an "on" bit.static BitMatrixMethods in de.vwsoft.barcodelib4j.twod.zxing with parameters of type BitMatrix