@UESComponent public interface UESBarcodeService
Modifier and Type | Interface and Description |
---|---|
static class |
UESBarcodeService.BarcodeType
This class contains all supported barcode types.
|
Modifier and Type | Method and Description |
---|---|
void |
encode(java.lang.String message,
Encodes specified string into specified barcode.
|
message
- Encoded string.type
- Barcode type.stream
- Output stream.width
- Width of resulting barcode.height
- Height of resulting barcode.UESBarcodeRTException
- If some error during encoding occurred.