public final class QRCodeWriter
extends java.lang.Object
Constructor | Description |
---|---|
QRCodeWriter() |
Modifier and Type | Method | 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
WriterException
public ByteMatrix encode(java.lang.String contents, int width, int height, java.util.Map<EncodeHintType,java.lang.Object> hints) throws WriterException
WriterException
Copyright © 1998–2018. All rights reserved.