| Package | Description |
|---|---|
| org.sw4j.tool.barcode.random.config |
This package contains all classes needed to configure the application.
|
| Modifier and Type | Method and Description |
|---|---|
static GenerationConfig.Builder |
GenerationConfig.builder()
Return a
Builder that can be used to build a
config. |
GenerationConfig.Builder |
GenerationConfig.Builder.setCodes(List<CodeConfig> codes)
Set the configurations of the barcodes generated.
|
GenerationConfig.Builder |
GenerationConfig.Builder.setEncoding(EncodingConfig encoding)
Set the encoding of the predefined values.
|
GenerationConfig.Builder |
GenerationConfig.Builder.setEncodings(List<EncodingConfig> encodings)
Set the configurations of the additional encodings generated.
|
GenerationConfig.Builder |
GenerationConfig.Builder.setSize(int size)
Set the size (in bits) of the random number generator.
|
Copyright © 2020 sw4j.org. All rights reserved.