| Package | Description |
|---|---|
| com.google.zxing | Subset of ZXing (Zebra Crossing) library containing QR code
generation functionality for I2P destinations. |
| com.google.zxing.qrcode | QR code detection, decoding, and encoding for ZXing. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
BitMatrix | Writer.encode(String contents,
BarcodeFormat format,
int width,
int height)Encode a barcode using the default settings. |
BitMatrix | Writer.encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints)Encode a barcode using the specified settings and optional hints. |
| Modifier and Type | Method and Description |
|---|---|
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) |