Package | Description |
---|---|
com.google.zxing.client.j2se |
Modifier and Type | Field and Description |
---|---|
private static MatrixToImageConfig |
MatrixToImageWriter.DEFAULT_CONFIG |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
MatrixToImageWriter.toBufferedImage(BitMatrix matrix,
MatrixToImageConfig config)
As
MatrixToImageWriter.toBufferedImage(BitMatrix) , but allows customization of the output. |
static void |
MatrixToImageWriter.writeToFile(BitMatrix matrix,
java.lang.String format,
java.io.File file,
MatrixToImageConfig config)
|
static void |
MatrixToImageWriter.writeToPath(BitMatrix matrix,
java.lang.String format,
java.nio.file.Path file,
MatrixToImageConfig config)
As
MatrixToImageWriter.writeToPath(BitMatrix, String, Path) , but allows customization of the output. |
static void |
MatrixToImageWriter.writeToStream(BitMatrix matrix,
java.lang.String format,
java.io.OutputStream stream,
MatrixToImageConfig config)
As
MatrixToImageWriter.writeToStream(BitMatrix, String, OutputStream) , but allows customization of the output. |