public interface BarcodeLogicHandler
The purpose of this interface is to enable the separation of barcode logic and painting/rendering logic.
| Modifier and Type | Method and Description |
|---|---|
void |
endBarcode()
This is always the last method called.
|
void |
startBarcode(String msg,
String formattedMsg)
This is always the first method called.
|
void startBarcode(String msg, String formattedMsg)
msg - full message to be encodedformattedMsg - message as it is to be presented in the
human-readable partvoid endBarcode()
Copyright © 2003–2023. All rights reserved.