Constructor and Description |
---|
DataMatrixWriter() |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
encode(String contents,
BarcodeFormat format,
int width,
int height)
Encode a barcode using the default settings.
|
BitMatrix |
encode(String contents,
BarcodeFormat format,
int width,
int height,
Map<EncodeHintType,?> hints) |
public BitMatrix encode(String contents, BarcodeFormat format, int width, int height)
Writer
public BitMatrix encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
Copyright © 2007-2014. All Rights Reserved.