Package | Description |
---|---|
org.sw4j.tool.barcode.random.config |
This package contains all classes needed to configure the application.
|
org.sw4j.tool.barcode.random.generator |
This package contains the generator of the barcodes and encoded random numbers.
|
Modifier and Type | Method and Description |
---|---|
CodeConfig |
CodeConfig.Builder.build()
Build a new
CodeConfig with the parameters set. |
Modifier and Type | Method and Description |
---|---|
List<CodeConfig> |
GenerationConfig.getCodes()
Return the configurations of the barcodes to create.
|
Modifier and Type | Method and Description |
---|---|
GenerationConfig.Builder |
GenerationConfig.Builder.setCodes(List<CodeConfig> codes)
Set the configurations of the barcodes generated.
|
Constructor and Description |
---|
GenerationConfig(int size,
EncodingConfig encoding,
List<CodeConfig> codes,
List<EncodingConfig> encodings)
Create a new
GenerationConfig with the given random size (in bits) or source encoding, barcode formats
and additional representations. |
Constructor and Description |
---|
BarcodeWriter(CodeConfig codeConfig,
CodeData codeData)
Create a new instance with the given barcode config and output factories.
|
Copyright © 2020 sw4j.org. All rights reserved.