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
WriterException
public ByteMatrix encode(String contents, int width, int height, Map<EncodeHintType,Object> hints) throws WriterException
WriterException
Copyright © 2016. All rights reserved.