public interface Writer
Modifier and Type | Method and Description |
---|---|
BitMatrix |
encode(java.lang.String contents,
BarcodeFormat format,
int multiple)
Encode a barcode using the default settings.
|
BitMatrix |
encode(java.lang.String contents,
BarcodeFormat format,
int multiple,
java.util.Hashtable hints) |
BitMatrix encode(java.lang.String contents, BarcodeFormat format, int multiple) throws WriterException
contents
- The contents to encode in the barcodeformat
- The barcode format to generateWriterException
BitMatrix encode(java.lang.String contents, BarcodeFormat format, int multiple, java.util.Hashtable hints) throws WriterException
contents
- The contents to encode in the barcodeformat
- The barcode format to generatehints
- Additional parameters to supply to the encoderWriterException