public final class QRCodeWriter extends Object implements Writer
Constructor and Description |
---|
QRCodeWriter() |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
encode(String contents,
BarcodeFormat format,
int multiple)
Encode a barcode using the default settings.
|
BitMatrix |
encode(String contents,
BarcodeFormat format,
int multiple,
Hashtable hints) |
public BitMatrix encode(String contents, BarcodeFormat format, int multiple) throws WriterException
Writer
encode
in interface Writer
contents
- The contents to encode in the barcodeformat
- The barcode format to generateWriterException
public BitMatrix encode(String contents, BarcodeFormat format, int multiple, Hashtable hints) throws WriterException
encode
in interface Writer
contents
- The contents to encode in the barcodeformat
- The barcode format to generatehints
- Additional parameters to supply to the encoderWriterException
Copyright © 2015. All Rights Reserved.