|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BarcodeFormat | |
|---|---|
| com.google.zxing | |
| com.google.zxing.oned | |
| com.google.zxing.pdf417.encoder | |
| com.google.zxing.qrcode | |
| Uses of BarcodeFormat in com.google.zxing |
|---|
| Methods in com.google.zxing that return BarcodeFormat | |
|---|---|
BarcodeFormat |
Result.getBarcodeFormat()
|
static BarcodeFormat |
BarcodeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BarcodeFormat[] |
BarcodeFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.google.zxing with parameters of type BarcodeFormat | |
|---|---|
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)
|
| Constructors in com.google.zxing with parameters of type BarcodeFormat | |
|---|---|
Result(String text,
byte[] rawBytes,
ResultPoint[] resultPoints,
BarcodeFormat format)
|
|
Result(String text,
byte[] rawBytes,
ResultPoint[] resultPoints,
BarcodeFormat format,
long timestamp)
|
|
| Uses of BarcodeFormat in com.google.zxing.oned |
|---|
| Methods in com.google.zxing.oned with parameters of type BarcodeFormat | |
|---|---|
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 BarcodeFormat in com.google.zxing.pdf417.encoder |
|---|
| Methods in com.google.zxing.pdf417.encoder with parameters of type BarcodeFormat | |
|---|---|
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 BarcodeFormat in com.google.zxing.qrcode |
|---|
| Methods in com.google.zxing.qrcode with parameters of type BarcodeFormat | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||