public final class QRCodeWriter
extends java.lang.Object
| Constructor and Description |
|---|
QRCodeWriter() |
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height) |
BitMatrix |
encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height,
java.util.Map<EncodeHintType,?> hints) |
public BitMatrix encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height)
throws WriterException
WriterExceptionpublic BitMatrix encode(java.lang.String contents,
BarcodeFormat format,
int width,
int height,
java.util.Map<EncodeHintType,?> hints)
throws WriterException
WriterException