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