类的使用
com.google.zxing.client.j2se.MatrixToImageConfig
-
使用MatrixToImageConfig的程序包 程序包 说明 com.google.zxing.client.j2se -
-
com.google.zxing.client.j2se中MatrixToImageConfig的使用
参数类型为MatrixToImageConfig的com.google.zxing.client.j2se中的方法 修饰符和类型 方法 说明 static java.awt.image.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, java.lang.String format, java.io.File file, MatrixToImageConfig config)AsMatrixToImageWriter.writeToFile(BitMatrix, String, File), but allows customization of the output.static voidMatrixToImageWriter. writeToStream(com.google.zxing.common.BitMatrix matrix, java.lang.String format, java.io.OutputStream stream, MatrixToImageConfig config)AsMatrixToImageWriter.writeToStream(BitMatrix, String, OutputStream), but allows customization of the output.
-