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
WriterException
public ByteMatrix encode(java.lang.String contents, int width, int height, java.util.Map<EncodeHintType,java.lang.Object> hints) throws WriterException
WriterException
Copyright © 2013. All Rights Reserved.