| Package | Description |
|---|---|
| org.sw4j.tool.barcode.random.codedata |
This package contains an abstraction for the input and output of the code generation.
|
| 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.
|
| Class and Description |
|---|
| CodeType
This enum enumerates all available barcode types that are usable in the application.
|
| Config
The top level class for configuring the whole application.
|
| EncodingConfig
This class configures a encoding for a code to generate.
|
| Class and Description |
|---|
| CodeConfig
This class configures a concrete code to generate.
|
| CodeConfig.Builder
This class is a Builder to build a
CodeConfig
programmatically. |
| CodeType
This enum enumerates all available barcode types that are usable in the application.
|
| Config
The top level class for configuring the whole application.
|
| Config.Builder
This class is a Builder to build a
Config programmatically. |
| EncodingConfig
This class configures a encoding for a code to generate.
|
| EncodingConfig.Builder |
| FileConfig
This class configures a file.
|
| FileConfig.Builder
This class is a Builder to build a
FileConfig
programmatically. |
| GenerationConfig
This class configures the generation and presentation.
|
| GenerationConfig.Builder
This class is a Builder to build a
RandomConfig
programmatically. |
| OutputConfig
This class configures the output file(s).
|
| OutputConfig.Builder
This class is a Builder to build a
OutputConfig
programmatically. |
| Class and Description |
|---|
| CodeConfig
This class configures a concrete code to generate.
|
| EncodingConfig
This class configures a encoding for a code to generate.
|
| GenerationConfig
This class configures the generation and presentation.
|
Copyright © 2020 sw4j.org. All rights reserved.