Package | Description |
---|---|
com.google.zxing | |
com.google.zxing.aztec | |
com.google.zxing.datamatrix | |
com.google.zxing.oned | |
com.google.zxing.pdf417 | |
com.google.zxing.qrcode | |
com.google.zxing.qrcode.encoder |
Modifier and Type | Method and Description |
---|---|
static EncodeHintType |
EncodeHintType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncodeHintType[] |
EncodeHintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BitMatrix |
MultiFormatWriter.encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height,
java.util.Map<EncodeHintType,?> hints) |
BitMatrix |
Writer.encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height,
java.util.Map<EncodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
AztecWriter.encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height,
java.util.Map<EncodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
DataMatrixWriter.encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height,
java.util.Map<EncodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
private static int |
Code128Writer.check(java.lang.String contents,
java.util.Map<EncodeHintType,?> hints) |
BitMatrix |
OneDimensionalCodeWriter.encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height,
java.util.Map<EncodeHintType,?> hints)
Encode the contents following specified format.
|
BitMatrix |
UPCAWriter.encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height,
java.util.Map<EncodeHintType,?> hints) |
boolean[] |
Code128Writer.encode(java.lang.String contents,
java.util.Map<EncodeHintType,?> hints) |
boolean[] |
OneDimensionalCodeWriter.encode(java.lang.String contents,
java.util.Map<EncodeHintType,?> hints)
Can be overwritten if the encode requires to read the hints map.
|
Modifier and Type | Method and Description |
---|---|
BitMatrix |
PDF417Writer.encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height,
java.util.Map<EncodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
QRCodeWriter.encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height,
java.util.Map<EncodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
static QRCode |
Encoder.encode(java.lang.String content,
ErrorCorrectionLevel ecLevel,
java.util.Map<EncodeHintType,?> hints) |