public interface IComplexCodetext
Interface for complex codetext used with ComplexBarcodeGenerator.
Modifier and Type | Method and Description |
---|---|
BaseEncodeType |
getBarcodeType()
Gets barcode type.
|
java.lang.String |
getConstructedCodetext()
Construct codetext for complex barcode
|
void |
initFromString(java.lang.String constructedCodetext)
Initializes instance with constructed codetext.
|
java.lang.String getConstructedCodetext()
void initFromString(java.lang.String constructedCodetext)
constructedCodetext
- Constructed codetext.BaseEncodeType getBarcodeType()