public final class QRCodeWriter extends Object
| Constructor and Description |
|---|
QRCodeWriter() |
| Modifier and Type | Method and Description |
|---|---|
ByteMatrix |
encode(String contents,
int width,
int height) |
ByteMatrix |
encode(String contents,
int width,
int height,
Map<EncodeHintType,Object> hints) |
public ByteMatrix encode(String contents, int width, int height) throws WriterException
WriterExceptionpublic ByteMatrix encode(String contents, int width, int height, Map<EncodeHintType,Object> hints) throws WriterException
WriterExceptionCopyright © 2024. All rights reserved.