Uses of Class
com.google.zxing.client.j2se.MatrixToImageConfig

Packages that use MatrixToImageConfig
com.google.zxing.client.j2se   
 

Uses of MatrixToImageConfig in com.google.zxing.client.j2se
 

Methods in com.google.zxing.client.j2se with parameters of type MatrixToImageConfig
static BufferedImage MatrixToImageWriter.toBufferedImage(BitMatrix matrix, MatrixToImageConfig config)
          As MatrixToImageWriter.toBufferedImage(BitMatrix), but allows customization of the output.
static void MatrixToImageWriter.writeToFile(BitMatrix matrix, String format, File file, MatrixToImageConfig config)
          Deprecated. use #writeToPath(BitMatrix, String, Path, MatrixToImageConfig)
static void MatrixToImageWriter.writeToPath(BitMatrix matrix, String format, File file, MatrixToImageConfig config)
          As MatrixToImageWriter.writeToFile(BitMatrix, String, File), but allows customization of the output.
static void MatrixToImageWriter.writeToStream(BitMatrix matrix, String format, OutputStream stream, MatrixToImageConfig config)
          As MatrixToImageWriter.writeToStream(BitMatrix, String, OutputStream), but allows customization of the output.
 



Copyright © 2015. All rights reserved.