public final class QRCodeWriter extends Object
Constructor | Description |
---|---|
QRCodeWriter() |
Modifier and Type | Method | 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 © 2018. All rights reserved.