Uses of Class
zext.plantuml.com.google.zxing.common.BitMatrix
Packages that use BitMatrix
-
Uses of BitMatrix in zext.plantuml.com.google.zxing
Methods in zext.plantuml.com.google.zxing that return BitMatrixModifier and TypeMethodDescriptionWriter.encode
(String contents, BarcodeFormat format, int multiple) Encode a barcode using the default settings.Writer.encode
(String contents, BarcodeFormat format, int multiple, Hashtable hints) -
Uses of BitMatrix in zext.plantuml.com.google.zxing.client.j2se
Methods in zext.plantuml.com.google.zxing.client.j2se with parameters of type BitMatrixModifier and TypeMethodDescriptionstatic BufferedImage
MatrixToImageWriter.toBufferedImage
(BitMatrix matrix, int fore, int back) Renders aBitMatrix
as an image, where "false" bits are rendered as white, and "true" bits are rendered as black. -
Uses of BitMatrix in zext.plantuml.com.google.zxing.common
Methods in zext.plantuml.com.google.zxing.common that return BitMatrixConstructors in zext.plantuml.com.google.zxing.common with parameters of type BitMatrix -
Uses of BitMatrix in zext.plantuml.com.google.zxing.qrcode
Methods in zext.plantuml.com.google.zxing.qrcode that return BitMatrixModifier and TypeMethodDescriptionQRCodeWriter.encode
(String contents, BarcodeFormat format, int multiple) QRCodeWriter.encode
(String contents, BarcodeFormat format, int multiple, Hashtable hints)