Uses of Class
com.google.zxing.client.j2se.MatrixToImageConfig
-
Packages that use MatrixToImageConfig Package Description com.google.zxing.client.j2se -
-
Uses of MatrixToImageConfig in com.google.zxing.client.j2se
Fields in com.google.zxing.client.j2se declared as MatrixToImageConfig Modifier and Type Field Description private static MatrixToImageConfigMatrixToImageWriter. DEFAULT_CONFIGMethods in com.google.zxing.client.j2se with parameters of type MatrixToImageConfig Modifier and Type Method Description static java.awt.image.BufferedImageMatrixToImageWriter. toBufferedImage(BitMatrix matrix, MatrixToImageConfig config)AsMatrixToImageWriter.toBufferedImage(BitMatrix), but allows customization of the output.static voidMatrixToImageWriter. writeToFile(BitMatrix matrix, java.lang.String format, java.io.File file, MatrixToImageConfig config)static voidMatrixToImageWriter. writeToPath(BitMatrix matrix, java.lang.String format, java.nio.file.Path file, MatrixToImageConfig config)AsMatrixToImageWriter.writeToPath(BitMatrix, String, Path), but allows customization of the output.static voidMatrixToImageWriter. writeToStream(BitMatrix matrix, java.lang.String format, java.io.OutputStream stream, MatrixToImageConfig config)AsMatrixToImageWriter.writeToStream(BitMatrix, String, OutputStream), but allows customization of the output.
-