Package | Description |
---|---|
com.google.zxing | |
com.google.zxing.client.j2se | |
com.google.zxing.common | |
com.google.zxing.qrcode |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
Writer.encode(String contents,
BarcodeFormat format,
int multiple)
Encode a barcode using the default settings.
|
BitMatrix |
Writer.encode(String contents,
BarcodeFormat format,
int multiple,
Hashtable hints) |
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
MatrixToImageWriter.toBufferedImage(BitMatrix matrix)
Renders a
BitMatrix as an image, where "false" bits are rendered
as white, and "true" bits are rendered as black. |
static void |
MatrixToImageWriter.writeToFile(BitMatrix matrix,
String format,
File file)
Writes a
BitMatrix to a file. |
static void |
MatrixToImageWriter.writeToStream(BitMatrix matrix,
String format,
OutputStream stream)
Writes a
BitMatrix to a stream. |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
DetectorResult.getBits() |
Constructor and Description |
---|
DetectorResult(BitMatrix bits,
ResultPoint[] points) |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
QRCodeWriter.encode(String contents,
BarcodeFormat format,
int multiple) |
BitMatrix |
QRCodeWriter.encode(String contents,
BarcodeFormat format,
int multiple,
Hashtable hints) |
Copyright © 2016. All Rights Reserved.