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 |
---|---|
GenerationConfig |
GenerationConfig.Builder.build()
Build a new
RandomConfig with the parameters set. |
GenerationConfig |
Config.getPredefined()
Return the predefined presentation configuration.
|
GenerationConfig |
Config.getRandom()
Return the random generation and presentation configuration.
|
Modifier and Type | Method and Description |
---|---|
Config.Builder |
Config.Builder.setRandom(GenerationConfig random)
Set the random generation and presentation configuration.
|
Constructor and Description |
---|
Config(FileConfig input,
OutputConfig output,
GenerationConfig random,
GenerationConfig predefined)
Create a new
Config with the given part configurations. |
Constructor and Description |
---|
CodeGenerator(GenerationConfig config,
CodeData codeData)
The constructor for a new
CodeGenerator . |
CodeGenerator(GenerationConfig config,
CodeData codeData,
Random random)
The constructor for a new
CodeGenerator . |
Copyright © 2020 sw4j.org. All rights reserved.