|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WriterException | |
|---|---|
| com.google.zxing | |
| com.google.zxing.oned | |
| com.google.zxing.pdf417.encoder | |
| com.google.zxing.qrcode | |
| com.google.zxing.qrcode.encoder | |
| Uses of WriterException in com.google.zxing |
|---|
| Methods in com.google.zxing that throw WriterException | |
|---|---|
BitMatrix |
Writer.encode(String contents,
BarcodeFormat format,
int width,
int height)
Encode a barcode using the default settings. |
BitMatrix |
MultiFormatWriter.encode(String contents,
BarcodeFormat format,
int width,
int height)
|
BitMatrix |
Writer.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
|
BitMatrix |
MultiFormatWriter.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
|
| Uses of WriterException in com.google.zxing.oned |
|---|
| Methods in com.google.zxing.oned that throw WriterException | |
|---|---|
BitMatrix |
UPCAWriter.encode(String contents,
BarcodeFormat format,
int width,
int height)
|
BitMatrix |
OneDimensionalCodeWriter.encode(String contents,
BarcodeFormat format,
int width,
int height)
|
BitMatrix |
UPCAWriter.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
|
BitMatrix |
OneDimensionalCodeWriter.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
Encode the contents following specified format. |
BitMatrix |
ITFWriter.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
|
BitMatrix |
EAN8Writer.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
|
BitMatrix |
EAN13Writer.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
|
BitMatrix |
Code39Writer.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
|
BitMatrix |
Code128Writer.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
|
| Uses of WriterException in com.google.zxing.pdf417.encoder |
|---|
| Methods in com.google.zxing.pdf417.encoder that throw WriterException | |
|---|---|
BitMatrix |
PDF417Writer.encode(String contents,
BarcodeFormat format,
boolean compact,
int width,
int height,
int minCols,
int maxCols,
int minRows,
int maxRows,
Compaction compaction)
|
BitMatrix |
PDF417Writer.encode(String contents,
BarcodeFormat format,
int width,
int height)
|
BitMatrix |
PDF417Writer.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
|
| Uses of WriterException in com.google.zxing.qrcode |
|---|
| Methods in com.google.zxing.qrcode that throw WriterException | |
|---|---|
BitMatrix |
QRCodeWriter.encode(String contents,
BarcodeFormat format,
int width,
int height)
|
BitMatrix |
QRCodeWriter.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)
|
| Uses of WriterException in com.google.zxing.qrcode.encoder |
|---|
| Methods in com.google.zxing.qrcode.encoder that throw WriterException | |
|---|---|
static void |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel,
Map<EncodeHintType,?> hints,
QRCode qrCode)
|
static void |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel,
QRCode qrCode)
Encode "bytes" with the error correction level "ecLevel". |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||