|
||||||||||
| 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)
Deprecated. Use PDF417Writer.encode(String, BarcodeFormat, int, int, Map) instead, with hints to
specify the encoding options. |
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 QRCode |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel)
Encode "bytes" with the error correction level "ecLevel". |
static QRCode |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel,
Map<EncodeHintType,?> hints)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||