Uses of Class
com.google.zxing.client.j2se.MatrixToImageConfig
-
Uses of MatrixToImageConfig in com.google.zxing.client.j2se
Methods in com.google.zxing.client.j2se with parameters of type MatrixToImageConfigModifier and TypeMethodDescriptionstatic BufferedImageMatrixToImageWriter.toBufferedImage(com.google.zxing.common.BitMatrix matrix, MatrixToImageConfig config) AsMatrixToImageWriter.toBufferedImage(BitMatrix), but allows customization of the output.static voidMatrixToImageWriter.writeToFile(com.google.zxing.common.BitMatrix matrix, String format, File file, MatrixToImageConfig config) Deprecated.static voidMatrixToImageWriter.writeToPath(com.google.zxing.common.BitMatrix matrix, String format, Path file, MatrixToImageConfig config) AsMatrixToImageWriter.writeToPath(BitMatrix, String, Path), but allows customization of the output.static voidMatrixToImageWriter.writeToStream(com.google.zxing.common.BitMatrix matrix, String format, OutputStream stream, MatrixToImageConfig config) AsMatrixToImageWriter.writeToStream(BitMatrix, String, OutputStream), but allows customization of the output.
MatrixToImageWriter.writeToPath(BitMatrix, String, Path, MatrixToImageConfig)