|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitMatrix | |
---|---|
com.google.zxing | |
com.google.zxing.client.j2se | |
com.google.zxing.common | |
com.google.zxing.qrcode |
Uses of BitMatrix in com.google.zxing |
---|
Methods in com.google.zxing that return BitMatrix | |
---|---|
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)
|
Uses of BitMatrix in com.google.zxing.client.j2se |
---|
Methods in com.google.zxing.client.j2se with parameters of type BitMatrix | |
---|---|
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. |
Uses of BitMatrix in com.google.zxing.common |
---|
Methods in com.google.zxing.common that return BitMatrix | |
---|---|
BitMatrix |
DetectorResult.getBits()
|
Constructors in com.google.zxing.common with parameters of type BitMatrix | |
---|---|
DetectorResult(BitMatrix bits,
ResultPoint[] points)
|
Uses of BitMatrix in com.google.zxing.qrcode |
---|
Methods in com.google.zxing.qrcode that return BitMatrix | |
---|---|
BitMatrix |
QRCodeWriter.encode(String contents,
BarcodeFormat format,
int multiple)
|
BitMatrix |
QRCodeWriter.encode(String contents,
BarcodeFormat format,
int multiple,
Hashtable hints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |